apply_filters( 'the_editor', string $output )
Filters the HTML markup output that displays the editor.
Parameters Parameters
- $output
-
(string) Editor's HTML markup.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
More information
The “the_editor()” allows you to call the TinyMCE editor in your plugin or theme/page.
Basic Usage
Filtered Content