apply_filters( 'wp_default_editor', string $r )
Filters which editor should be displayed by default.
Description Description
Parameters Parameters
- $r
-
(string) Which editor should be displayed by default. Either 'tinymce', 'html', or 'test'.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |