before_wp_tiny_mce

before_wp_tiny_mce

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('before_wp_tiny_mce') is found 1 times:

  • /wp-includes/class-wp-editor.php line 1619
    		 * @since 3.2.0
    		 *
    		 * @param array $mce_settings TinyMCE settings array.
    		 */
    		do_action( 'before_wp_tiny_mce', self::$mce_settings );
    		?>
    
    		<script type="text/javascript">
    		tinyMCEPreInit = {
    			baseURL: "<?php echo $baseurl; ?>",
    			suffix: "<?php echo $suffix; ?>",
    

See this hook used in plugins: