Filters the text to be formatted for editing.
Parameters
$content
string- The text, prior to formatting for editing.
Source
$content = apply_filters( 'format_to_edit', $content );
Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |
Filters the text to be formatted for editing.
$content
string$content = apply_filters( 'format_to_edit', $content );
Version | Description |
---|---|
1.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.