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



htmledit_pre › WordPress Filter Hooks

Seit2.5.0
Veraltetn/v
apply_filters( 'htmledit_pre', $output )
Parameter:
  • () output The HTML-formatted text.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the text before it is formatted for the HTML editor.





Quellcode

return apply_filters( 'htmledit_pre', $output );