wpseek.com
A WordPress-centric search engine for devs and theme authors



run_wptexturize › WordPress Filter Hooks

Since4.0.0
Deprecatedn/a
apply_filters( 'run_wptexturize', $run_texturize )
Parameters:
  • () run_texturize Whether to short-circuit wptexturize().
    Required: Yes
See:
  • wptexturize()
Defined at:
Codex:

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.




Source

$run_texturize = apply_filters( 'run_wptexturize', $run_texturize );