apply_filters( 'run_wptexturize', bool $run_texturize )

Filters whether to skip running wptexturize().


Description 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 See also


Top ↑

Parameters Parameters

$run_texturize

(bool) Whether to short-circuit wptexturize().


Top ↑

Source Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.