teeny_mce_before_init

teeny_mce_before_init

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('teeny_mce_before_init') is found 1 times:

  • /wp-includes/class-wp-editor.php line 802
    				 *
    				 * @param array  $mce_init  An array with teenyMCE config.
    				 * @param string $editor_id Unique editor identifier, e.g. 'content'.
    				 */
    				$mce_init = apply_filters( 'teeny_mce_before_init', $mce_init, $editor_id );
    			} else {
    
    				/**
    				 * Filters the TinyMCE config before init.
    				 *
    				 * @since 2.5.0