查看一下wp包含/默认过滤器。php:
可能是以下过滤器之一导致了该问题。我会尽力的remove_filter()
然后看看会发生什么:
add_filter( \'the_content\', \'wptexturize\' );
add_filter( \'the_content\', \'convert_smilies\' );
add_filter( \'the_content\', \'convert_chars\' );
add_filter( \'the_content\', \'wpautop\' );
add_filter( \'the_content\', \'shortcode_unautop\' );
add_filter( \'the_content\', \'prepend_attachment\' );
如果这没有帮助,我们需要另一种解决方法。