过滤是否跳过运行wptexturize()。
原型
apply_filters( 'run_wptexturize', bool $run_texturize )
描述
将false传递给过滤器将有效地使wptexturize()短路。返回传递给函数的原始文本。
参考:
- wptexturize()
参数
$run_texturize
(bool)
是否短路wptexturize()。
源文件
路径:wp-includes/formatting.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/run_wptexturize/