do_action( ‘after_wp_tiny_mce’, array $mce_settings )

In this article

Fires after any core TinyMCE editor instances are created.

Parameters

$mce_settingsarray
TinyMCE settings array.

Source

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

Changelog

VersionDescription
3.2.0Introduced.

User Contributed Notes

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