案例(禁止修改分类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="公司新闻";
    }
}