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