New and updated in 3.9.0
-
hookwp_tiny_mce_init
Fires after tinymce.js is loaded, but before any TinyMCE editor instances are created.
-
Fires when scripts and styles are enqueued for the editor.
-
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 translated strings prepared for TinyMCE.
-
functionwp_underscore_audio_template()
Outputs the markup for an audio tag to be used in an Underscore template when data.model is passed.
-
functionwp_underscore_video_template()
Outputs the markup for a video tag to be used in an Underscore template when data.model is passed.
-
Fires when a network can be determined but a site cannot.