mce_buttons, $mce_buttons, $editor_id

mce_buttons, $mce_buttons, $editor_id

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.8.6

apply_filters('mce_buttons, $mce_buttons, $editor_id') is found 1 times:

  • /includes/fields/class-acf-field-wysiwyg.php line 114
    			$teeny_mce_buttons = array( 'bold', 'italic', 'underline', 'blockquote', 'strikethrough', 'bullist', 'numlist', 'alignleft', 'aligncenter', 'alignright', 'undo', 'redo', 'link', 'fullscreen' );
    
    			// Full
    			$toolbars['Full'] = array(
    				1 => apply_filters( 'mce_buttons', $mce_buttons, $editor_id ),
    				2 => apply_filters( 'mce_buttons_2', $mce_buttons_2, $editor_id ),
    				3 => apply_filters( 'mce_buttons_3', array(), $editor_id ),
    				4 => apply_filters( 'mce_buttons_4', array(), $editor_id ),
    			);
    
    			// Basic