bbp_get_teeny_mce_buttons

bbp_get_teeny_mce_buttons

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_teeny_mce_buttons') is found 1 times:

  • /includes/common/template.php line 1996
    	// Images
    	array_push( $buttons, 'image' );
    
    	// Filter & return
    	return apply_filters( 'bbp_get_teeny_mce_buttons', $buttons );
    }
    
    /**
     * Edit TinyMCE quicktags buttons to match allowedtags
     *
     * @since 2.3.0 bbPress (r4606)