bbp_get_topic_pagination
bbp_get_topic_pagination
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, 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_topic_pagination') is found 2 times:
- /includes/topics/template.php line 832828829830831832833834835836837838
?
array
(
'view'
=>
'all'
)
: false;
// Pagination settings with filter
$bbp_topic_pagination
= apply_filters(
'bbp_get_topic_pagination'
,
array
(
'base'
=>
$base
,
'total'
=>
$total_pages
,
'current'
=> 0,
'prev_next'
=> false,
'mid_size'
=> 2,
'end_size'
=> 2,
- /includes/topics/template.php line 851847848849850851852853854855856857
$pagination_links
=
$r
[
'before'
] .
$pagination_links
.
$r
[
'after'
];
}
// Filter & return
return
apply_filters(
'bbp_get_topic_pagination'
,
$pagination_links
,
$args
);
}
/**
* Append revisions to the topic content
*
* @since 2.0.0 bbPress (r2782)