Warning: Use of undefined constant filtersa - assumed 'filtersa' (this will throw an Error in a future version of PHP) in /www/wwwroot/***/wp-content/themes/****/inc/filter-tag.php on line 17
register_taxonomy( 'filtersa','post',array(
'hierarchical' => false,
'rewrite' => array( 'slug' => filtersa ),
'labels' => $labels
));
修改为:
'rewrite' => array( 'slug' => 'filtersa' ),
本文标题: | Warning: Use of undefined constant filtersa错误处理 |
本文链接: (转载请附上本文链接) | https://vulsee.com/archives/vulsee_2021/1214_15918.html |