bbp_shortcodes

bbp_shortcodes

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_shortcodes') is found 1 times:

  • /includes/common/shortcodes.php line 51
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    */
    private function setup_globals() {
     
        // Setup the shortcodes
        $this->codes = apply_filters( 'bbp_shortcodes', array(
     
            /** Forums ********************************************************/
     
            'bbp-forum-index'      => array( $this, 'display_forum_index'   ), // Forum Index
            'bbp-forum-form'       => array( $this, 'display_forum_form'    ), // Topic form
            'bbp-single-forum'     => array( $this, 'display_forum'         ), // Specific forum - pass an 'id' attribute