WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about before_wp_tiny_mce

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-editor.php do_action 1611 /**
* Fires immediately before the TinyMCE settings are printed.
*
* @since 3.2.0
*
* @param array $mce_settings TinyMCE settings array.
*/

Hook Parameters

Parameter Type Name Description
array $mce_settings TinyMCE settings array.