禁止冒充博主评论
-
WordPress禁止冒充博主(管理员)评论-WordPress开发教程
将下面代码加入functions.php中即可。// 禁止冒充博主评论if(!is_user_logged_in()){ add_filter( 'preprocess_comment', 'admincheck' );}functio
将下面代码加入functions.php中即可。// 禁止冒充博主评论if(!is_user_logged_in()){ add_filter( 'preprocess_comment', 'admincheck' );}functio