Performs post queries for internal linking.
_WP_Editors::wp_fullscreen_html
Outputs the HTML for distraction-free writing mode.
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.
_WP_Editors::print_tinymce_scripts
Print (output) the main TinyMCE scripts.
wp_mce_translation
Filters translated strings prepared for TinyMCE.
Advertisement
_WP_Editors::force_uncompressed_tinymce
Force uncompressed TinyMCE when a custom theme has been defined.
_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.
_WP_Editors::get_translation
_WP_Editors::default_settings
Returns the default TinyMCE settings.
Advertisement
_WP_Editors::get_mce_locale
Returns the TinyMCE locale.
_WP_Editors::get_baseurl
Returns the TinyMCE base URL.
print_default_editor_scripts
Fires when the editor scripts are loaded for later initialization, after all scripts and settings are printed.