tadv_allowed_buttons

tadv_allowed_buttons

Hook Type: filter

See hook in core

Displaying hooks found in version: tinymce-advanced.5.9.2

apply_filters('tadv_allowed_buttons') is found 1 times:

  • /tinymce-advanced.php line 506
    			'tadv_mark'     => 'Mark',
    		);
    
    		// add/remove allowed buttons
    		$buttons = apply_filters( 'tadv_allowed_buttons', $buttons );
    
    		$this->all_buttons = $buttons;
    		$this->buttons_filter = array_keys( $buttons );
    		return $buttons;
    	}