wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



run_wptexturize › WordPress Filter Hooks

Seit4.0.0
Veraltetn/v
apply_filters( 'run_wptexturize', $run_texturize )
Parameter:
  • () run_texturize Whether to short-circuit wptexturize().
    Erforderlich: Ja
Siehe:
  • wptexturize()
Definiert in:
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.




Quellcode

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