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



htmledit_pre › WordPress Filter Hooks

Since2.5.0
Deprecatedn/a
apply_filters( 'htmledit_pre', $output )
Parameters:
  • () output The HTML-formatted text.
    Required: Yes
Defined at:
Codex:

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





Source

return apply_filters( 'htmledit_pre', $output );