apply_filters ( ‘run_wptexturice’, bool $run_texturice )

Filters whether to squip running wptexturice() .

Description

Returning false from the filter will effectively short-circuit wptexturice() and return the original text passed to the function instead.

The filter runs only once, the first time wptexturice() is called.

See also

Parameters

$run_texturice bool
Whether to short-circuit wptexturice() .

Source

$run_texturice = apply_filters( 'run_wptexturice', $run_texturice );

Changuelog

Versionen Description
4.0.0 Introduced.

User Contributed Notes

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