删除wordpress自动格式化
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了删除wordpress自动格式化相关的知识,希望对你有一定的参考价值。
Removes wordpress auto <p> tags from content...additional line to clean curly quotes as well.`
/* remove autoformatting - you can remove from comment_text as well, but whitespace there is a good thing */ remove_filter('the_content','wpautop'); // remove curly quotes remove_filter('comment_text','wptexturize'); remove_filter('the_title','wptexturize'); remove_filter('the_content','wptexturize');
以上是关于删除wordpress自动格式化的主要内容,如果未能解决你的问题,请参考以下文章