bbp_topic_pagination
bbp_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
See hook in action
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_topic_pagination') is found 1 times:
- /includes/topics/template.php line 264260261262263264265266267268269270
?
array
(
'view'
=>
'all'
)
: false;
// Pagination settings with filter
$bbp_topic_pagination
= apply_filters(
'bbp_topic_pagination'
,
array
(
'base'
=> bbp_get_topics_pagination_base(
$r
[
'post_parent'
] ),
'format'
=>
''
,
'total'
=>
$total_pages
,
'current'
=>
$bbp
->topic_query->paged,
'prev_text'
=> is_rtl() ?
'→'
:
'←'
,
'next_text'
=> is_rtl() ?
'←'
:
'→'
,