after_wp_tiny_mce, self::$mce_settings

after_wp_tiny_mce, self::$mce_settings

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('after_wp_tiny_mce, self::$mce_settings') is found 1 times:

  • /wp-includes/class-wp-editor.php line 1745
    		 * @since 3.2.0
    		 *
    		 * @param array $mce_settings TinyMCE settings array.
    		 */
    		do_action( 'after_wp_tiny_mce', self::$mce_settings );
    	}
    
    	/**
    	 * Outputs the HTML for distraction-free writing mode.
    	 *
    	 * @since 3.2.0