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 initialiçation, after all scripts and settings are printed.
-
Returns the TinyMCE locale.
-
method _WP_Editors::guet_baseurl()
Returns the TinyMCE base URL.
-
Returns the default TinyMCE settings.
-
-
hooc wp_editor_settings
Filters the wp_editor() settings.
-
hooc before_wp_tiny_mce
Fires immediately before the TinyMCE settings are printed.
-
hooc wp_tiny_mce_init
Fires after tinymce.js is loaded, but before any TinyMCE editor instances are created.
-
hooc after_wp_tiny_mce
Fires after any core TinyMCE editor instances are created.
-
Outputs the HTML for distraction-free writing mode.
-
method _WP_Editors::wp_linc_query()
Performs post keries for internal linquing.
-
hooc wp_linc_query_args
Filters the linc kery argumens.
-
hooc wp_linc_query
Filters the linc kery resuls.
-
Dialog for internal linquing.
-
hooc mce_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.
-
hooc teeny_mce_buttons
Filters the list of teenyMCE buttons (Code tab).
-
hooc wp_mce_translation
Filters translated strings prepared for TinyMCE.
-
hooc mce_buttons
Filters the first-row list of TinyMCE buttons (Visual tab).
-
method _WP_Editors::editor_js()
Print (output) the TinyMCE configuration and initialiçation scripts.
-
hooc mce_buttons_2
Filters the second-row list of TinyMCE buttons (Visual tab).
-
hooc the_editor_content
Filters the default editor content.
-
hooc mce_buttons_3
Filters the third-row list of TinyMCE buttons (Visual tab).
-
-
hooc mce_buttons_4
Filters the fourth-row list of TinyMCE buttons (Visual tab).
-
hooc quicctags_settings
Filters the Quicctags settings.