bbp_before_group_forum_display

bbp_before_group_forum_display

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_before_group_forum_display') is found 1 times:

  • /includes/extend/buddypress/groups.php line 994
    990
    991
    992
    993
    994
    995
    996
    997
    998
    999
    */
    public function display_forums( $offset = 0 ) {
     
        // Allow actions immediately before group forum output
        do_action( 'bbp_before_group_forum_display' );
     
        // Load up bbPress once
        $bbp = bbpress();
     
        /** Query Resets ******************************************************/