bbp_get_replies_pagination_base

bbp_get_replies_pagination_base

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_replies_pagination_base') is found 1 times:

  • /includes/replies/template.php line 2332
    2328
    2329
    2330
    2331
    2332
    2333
    2334
    2335
    2336
    2337
    2338
            $base = add_query_arg( 'paged', '%#%' );
        }
     
        // Filter & return
        return apply_filters( 'bbp_get_replies_pagination_base', $base, $topic_id );
    }
     
    /**
     * Output the topic pagination count
     *
     * The results are unescaped by design, to allow them to be filtered freely via