File: wp-includes/class-wp-editor.php
-
Force uncompressed TinyMCE when a custom theme has been defined.
-
Print (output) the main TinyMCE scripts.
-
Enqueue all editor scripts.
-
Print (output) all editor scripts and default settings.
-
Fires when the editor scripts are loaded for later initialization, after all scripts and settings are printed.
-
Returns the TinyMCE locale.
-
Returns the TinyMCE base URL.
-
Returns the default TinyMCE settings.
-
-
Filters the wp_editor() settings.
-
Filters the link query arguments.
-
hookwp_link_query
Filters the link query results.
-
Dialog for internal linking.
-
Fires immediately before the TinyMCE settings are printed.
-
hookwp_tiny_mce_init
Fires after tinymce.js is loaded, but before any TinyMCE editor instances are created.
-
Fires after any core TinyMCE editor instances are created.
-
Outputs the HTML for distraction-free writing mode.
-
Performs post queries for internal linking.
-
-
hooktiny_mce_plugins
Filters the list of default TinyMCE plugins.
-
-
Filters the translations loaded for external TinyMCE 3.x plugins.
-
Fires when scripts and styles are enqueued for the editor.
-
hookmce_css
Filters the comma-delimited list of stylesheets to load in TinyMCE.
-
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.
-
Filters the list of teenyMCE buttons (Text tab).
-
Filters translated strings prepared for TinyMCE.
-
hookmce_buttons
Filters the first-row list of TinyMCE buttons (Visual tab).
-
method_WP_Editors::editor_js()
Print (output) the TinyMCE configuration and initialization scripts.
-
hookmce_buttons_2
Filters the second-row list of TinyMCE buttons (Visual tab).