> WordPress中文手册 > wordpress禁止转义引号(半角,全角)

代码如下:

remove_filter('the_content', 'wptexturize'); // 禁止英文引号转义为中文引号
remove_filter('the_content', 'balanceTags'); //禁止对标签自动校正
remove_filter('the_content', 'wpautop'); //禁止自动为段落加 <p>