Filters the text to be formatted for editing.
Parameters
$contentstring- 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.
$contentstring$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.