Advertisement

wp_tiny_mce_init

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

after_wp_tiny_mce

Fires after any core TinyMCE editor instances are created.

Advertisement

before_wp_tiny_mce

Fires immediately before the TinyMCE settings are printed.

_WP_Editors::editor_js

Print (output) the TinyMCE configuration and initialization scripts.

Advertisement

_WP_Editors::wp_mce_translation

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.

Advertisement

print_default_editor_scripts

Fires when the editor scripts are loaded for later initialization, after all scripts and settings are printed.