apply_filters( 'the_editor_content', string $content , string $default_editor )
Filters the default editor content.
Parameters
- $content
-
Default editor content.
- $default_editor
-
The default editor for the current user.<br> Either 'html' or 'tinymce'.
Source
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |