Uses
| Uses | Description | 
|---|---|
| wp-includes/class-wp-editor.php: _WP_Editors::print_tinymce_scripts() | Print (output) the main TinyMCE scripts. | 
| wp-includes/class-wp-editor.php: _WP_Editors::default_settings() | Returns the default TinyMCE settings. | 
| wp-includes/class-wp-editor.php: _WP_Editors::get_baseurl() | Returns the TinyMCE base URL. | 
| wp-includes/class-wp-editor.php: print_default_editor_scripts | Fires when the editor scripts are loaded for later initialization, after all scripts and settings are printed. | 
| wp-includes/general-template.php: user_can_richedit() | Whether the user can access the visual editor. | 
| wp-includes/l10n.php: is_rtl() | Determines whether the current locale is right-to-left (RTL). | 
| wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. | 
| wp-includes/class-wp-editor.php: _WP_Editors::wp_link_dialog() | Dialog for internal linking. | 
| wp-includes/class-wp-editor.php: _WP_Editors::_parse_init() |