File: wp-includes/class-wp-editor.php
-
-
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 (Code 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.
-
hookthe_editor
Filters the HTML markup output that displays the editor.
-
class_WP_Editors
Facilitates adding of the WordPress editor as used on the Write and Edit screens.
-
-
Parse default arguments for the editor instance.
-
method_WP_Editors::editor()
Outputs the HTML for a single instance of the editor.
-
hookmedia_buttons
Fires after the default media button(s) are displayed.