Filters which editor should be displayed by default.
$rstringwp-includes/general-template.php:3815wp_default_editor() * Filters which editor should be displayed by default. * * @since 2.5.0 * * @param string $r Which editor should be displayed by default. Either 'tinymce', 'html', or 'test'. */ return apply_filters( 'wp_default_editor', $r );} /** * Renders an editor. * * Using this function is the proper way to output all needed components for both TinyMCE and Quicktags.Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.