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