wordpress コメントアウト

最近 MWWPFORMでコメントアウトができなくなった。

セキュリテイの仕様らしいけど、結構困る。

なので下記をテストしてみても良いかな

 

 

/**
* 投稿内でコメントアウトできるようにする
*/
function ignore_shortcode( $atts, $content = null ) {
return null;
}
add_shortcode( ‘comentout’, ‘comentout_shortcode’, ‘9999’ );

[comentout]コメントアウト[/comentout]