after_wp_tiny_mce, self::$mce_settings
after_wp_tiny_mce, self::$mce_settings
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_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