Fires after tinymce.js is loaded, but before any TinyMCE editor instances are created.
$mce_settingsarraywp-includes/class-wp-editor.php:1659_WP_Editors::editor_js() * instances are created. * * @since 3.9.0 * * @param array $mce_settings TinyMCE settings array. */ do_action( 'wp_tiny_mce_init', self::$mce_settings ); ?> <script> <?php if ( self::$ext_plugins ) {Introduced in 3.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.