function maxWord($title){
global $post;
$title = $post->post_title;
if (str_word_count($title) >= 10 )
{
// Print error and prevent post to be publish
}
}
add_action('publish_post', 'maxWord');
显示错误
文件“”,第13行
打印('再见')
...... ^
SyntaxError:语法无效
答案 0 :(得分:0)
只需澄清一下,您输入“停止”就会收到错误消息?