do_action( ‘wp_tiny_mce_init’, array $mce_settings )

In this article

Fires after tinymce.js is loaded, but before any TinyMCE editor instances are created.

Parameters

$mce_settingsarray
TinyMCE settings array.

Source

do_action( 'wp_tiny_mce_init', self::$mce_settings );

Changelog

VersionDescription
3.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.