do_action( 'after_wp_tiny_mce', array $mce_settings )

Fires after any core TinyMCE editor instances are created.


Parameters

$mce_settings array
TinyMCE settings array.

Top ↑

Source

File: wp-includes/class-wp-editor.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.2.0 Introduced.

Top ↑

User Contributed Notes

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