bbp_get_topics_pagination_base
bbp_get_topics_pagination_base
Appears in: bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_get_topics_pagination_base') is found 1 times:
- /includes/topics/template.php line 2948
$base = add_query_arg( 'paged', '%#%' ); } // Filter & return return apply_filters( 'bbp_get_topics_pagination_base', $base, $forum_id ); } /** * Output the pagination count * * The results are unescaped by design, to allow them to be filtered freely via