📌  相关文章
📜  Définir le nombre minimum de mots sur les Publications WordPress - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:57.453000             🧑  作者: Mango

代码示例1
post_content;
if (str_word_count($content) < $num) wp_die( __('Error: your post is below the minimum word count.') ); } add_action('publish_post', 'minWord');
?>