[WordPress] 記事中に特定のショートコードが含まれているかをチェックする方法 has_shortcode という関数を利用すると、記事中に該当のショートコードが含まれているかをチェックできる。 これは知らなかった。 php <?php global $post; // [news_topics] というショートコードが含まれているか if( has_shortcode( $post->post_content, 'news_topics' ) ) { // 何らかの処理 } コメントを残す コメントをキャンセルメールアドレスが公開されることはありません。 ※ が付いている欄は必須項目ですコメント ※ 名前 ※ メール ※ サイト Δ This site uses Akismet to reduce spam. Learn how your comment data is processed.