bbp_replies_pagination

bbp_replies_pagination

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_replies_pagination') is found 1 times:

  • /includes/replies/template.php line 248
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
        ? 1
        : ceil( $bbp->reply_query->found_posts / $bbp->reply_query->posts_per_page );
     
    // Pagination settings with filter
    $bbp_replies_pagination = apply_filters( 'bbp_replies_pagination', array(
        'base'    => bbp_get_replies_pagination_base( bbp_get_topic_id() ),
        'total'   => $total_pages,
        'current' => $bbp->reply_query->paged
    ) );
     
    // Add pagination to query object

See this hook used in plugins: