Z-Blog Wiki Z-Blog Wiki

Z-Blog官方文库

用户工具

站点工具


zblogphp:development:plugin:interfacestc:filter_plugin_postcategory_core

案例(禁止修改分类1的名称):

function ActivePlugin_tc_cs() {
    Add_Filter_Plugin('Filter_Plugin_PostCategory_Core','ytecn_postcategory_core');
}
 
function ytecn_postcategory_core(&$cate) {
    if($cate->ID == 1){
        $article->Name="公司新闻";
    }
}

zblogphp/development/plugin/interfacestc/filter_plugin_postcategory_core.txt · 最后更改: 2020/07/29 10:25 由 唐朝