On this page
apply_filters( 'run_wptexturize', bool $run_texturize )
Filters whether to skip running wptexturize() .
Description
Returning false from the filter will effectively short-circuit wptexturize() and return the original text passed to the function instead.
The filter runs only once, the first time wptexturize() is called.
See also
Parameters
$run_texturizebool-
Whether to short-circuit wptexturize() .
Source
File: wp-includes/formatting.php. View all references
$run_texturize = apply_filters( 'run_wptexturize', $run_texturize );
Related
Used By
| Used By | Description |
|---|---|
| wptexturize() wp-includes/formatting.php | Replaces common plain text characters with formatted entities. |
Changelog
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/run_wptexturize