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



format_to_edit › WordPress Filter Hooks

Since1.2.0
Deprecatedn/a
apply_filters( 'format_to_edit', $content )
Parameters:
  • () content The text, prior to formatting for editing.
    Required: Yes
Defined at:
Codex:

Filters the text to be formatted for editing.





Source

$content = apply_filters( 'format_to_edit', $content );