bbp_list_forums

bbp_list_forums

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_list_forums') is found 1 times:

  • /includes/forums/template.php line 788
    784
    785
    786
    787
    788
    789
    790
    791
    792
    793
    794
            : '';
    }
     
    // Filter output
    $the_list = apply_filters( 'bbp_list_forums', $output, $r, $args );
     
    // Echo or return the forums list
    if ( ! empty( $r['echo'] ) ) {
        echo $the_list;
    } else {
        return $the_list;