bbp_topic_pagination

bbp_topic_pagination

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_topic_pagination') is found 1 times:

  • /includes/topics/template.php line 264
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
        ? 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() ? '←' : '→',

See this hook used in plugins: