teeny_mce_buttons, $teeny_mce_buttons, $editor_id

teeny_mce_buttons, $teeny_mce_buttons, $editor_id

Hook Type: filter

See hook in core

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

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

  • /includes/fields/class-acf-field-wysiwyg.php line 122
    			);
    
    			// Basic
    			$toolbars['Basic'] = array(
    				1 => apply_filters( 'teeny_mce_buttons', $teeny_mce_buttons, $editor_id ),
    			);
    
    			// Filter for 3rd party
    			$toolbars = apply_filters( 'acf/fields/wysiwyg/toolbars', $toolbars );
    
    			// return