apply_filters( 'run_wptexturize', bool $run_texturize )
Filters whether to skip running wptexturize().
Description
Passing false to the filter will effectively short-circuit wptexturize(). returning the original text passed to the function instead.
The filter runs only once, the first time wptexturize() is called.
See also
Parameters
- $run_texturize
-
Whether to short-circuit wptexturize().
Source
Changelog
Version | Description |
---|---|
WP-4.0.0 | Introduced. |