bbp_get_forum_topics_link

bbp_get_forum_topics_link

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_topics_link') is found 1 times:

  • /includes/forums/template.php line 1194
    1190
    1191
    1192
    1193
    1194
    1195
    1196
    1197
    1198
    1199
    1200
                    : " {$extra}";
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_forum_topics_link', $retval, $forum_id );
        }
     
    /**
     * Output total sub-forum count of a forum
     *
     * @since 2.0.0 bbPress (r2464)