apply_filters( 'wp_default_editor', string $r )

Filters which editor should be displayed by default.


Parameters

$r

(string) Which editor should be displayed by default. Either 'tinymce', 'html', or 'test'.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.5.0 Introduced.