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
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |
Fires after any core TinyMCE editor instances are created.
$mce_settingsarraydo_action( 'after_wp_tiny_mce', self::$mce_settings );
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.