Filter hook 'wp_default_editor'

in WP Core File wp-includes/general-template.php at line 3798

Description

Filters which editor should be displayed by default.

Occurrences

Filename Line Number
wp-includes/general-template.php 3798

Parameters

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

PHP Doc

/**
	 * 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'.
	 */