Filters the default editor content.
Parameters
$content
string- Default editor content.
$default_editor
string- The default editor for the current user.
Either'html'
or'tinymce'
.
Source
$content = apply_filters( 'the_editor_content', $content, $default_editor );
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.