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
    1992
    1993
    1994
    1995
    1996
    1997
    1998
    1999
    2000
    2001
    2002
        // 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)