我已经有很多年了wptexturize
被“我的函数”中的代码禁用。
add_filter( \'run_wptexturize\', \'__return_false\' );
我的理解是,这将阻止插件重新启用它,但这似乎是不正确的。
具体而言,过滤元素(如下所示)停止wptexturize
改变事物,但我希望有一种替代方法可以将其应用于每个实例wptexturize
已使用。
remove_filter(\'the_content\', \'wptexturize\');
remove_filter(\'the_excerpt\', \'wptexturize\');