functions.phpでContact Form 7の自動挿入タグを消去
1 2 3 4 |
add_filter('wpcf7_autop_or_not', 'wpcf7_autop_return_false'); function wpcf7_autop_return_false() { return false; } |
1 2 3 4 |
add_filter('wpcf7_autop_or_not', 'wpcf7_autop_return_false'); function wpcf7_autop_return_false() { return false; } |
コメント