Used By
Used By | Description |
---|---|
wp-includes/formatting.php: wptexturize() | Replaces common plain text characters with formatted entities. |
Filters whether to skip running wptexturize().
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.
(bool) Whether to short-circuit wptexturize().
Version | Description |
---|---|
4.0.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/run_wptexturize