如何使用html创建父类别或子类别,并将其分配给父类别(如果存在),否则将创建新类别作为父类别并将其分配给自定义帖子类型。
http://prntscr.com/gnwnichttp://prntscr.com/gnwoc7
wp_create_category( $cat_name, $parent );
使用上述函数获取胎儿错误
function create_cat_form_submit(){
$cat_name = $_POST[\'cat_name\'];
if(!empty($cat_name) || $cat_name !== \'\'){
wp_create_category( $cat_name, \'\' );
}
}
Fatal error: Uncaught Error: Call to undefined function wp_create_category() in E:\\xampp\\htdocs\\post_view_counter\\wp-content\\plugins\\tasks\\tasks.php:146 Stack trace: #0