the_editor WordPress Filter Hook
The the_editor hook is used to filter the content of the editor before it is displayed on the screen. This hook can be used to add custom content to the editor, or to modify the default content.
apply_filters( 'the_editor', string $output ) #
Filters the HTML markup output that displays the editor.
Parameters
- $output
(string)Editor's HTML markup.
Source
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |