wp_tiny_mce_init

Action Hook: Fires after tinymce.js is loaded, but before any TinyMCE editor instances are created.

Source: wp-includes/class-wp-editor.php:1656

Used by 1 function | Uses 0 functions

mce_css

Filter Hook: Filters the comma-delimited list of stylesheets to load in TinyMCE.

Source: wp-includes/class-wp-editor.php:596

Used by 1 function | Uses 0 functions

_WP_Editors::wp_mce_translation()

Method: Translates the default TinyMCE strings and returns them as JSON encoded object ready to be loaded with tinymce.addI18n(), or as JS snippet that should run after tinymce.js is loaded.

Source: wp-includes/class-wp-editor.php:1463

Used by 1 function | Uses 6 functions

mce_buttons

Filter Hook: Filters the first-row list of TinyMCE buttons (Visual tab).

Source: wp-includes/class-wp-editor.php:676

Used by 2 functions | Uses 0 functions