WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_default_editor

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 3784 /**
* 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'.
*/

Hook Parameters

Parameter Type Name Description
string $r Which editor should be displayed by default. Either 'tinymce', 'html', or 'test'.