wordpressプラグイン contactfotm7 不要なタグを除去する
functions.phpに以下を記載 // Contact Form 7の自動pタグ無効 add_filter('wpcf7_autop_or_not', '[...]
プラグインfunctions.phpに以下を記載 // Contact Form 7の自動pタグ無効 add_filter('wpcf7_autop_or_not', '[...]
プラグイン特定の親カテゴリに属する子カテゴリがたくさんある場合(たくさんなくてもいいけど)、条件分岐で子カテゴリを指定すると数多くの指定が必要になるので非常に手間がかかる[...]
wordpress