bbp_get_topics_pagination_base

bbp_get_topics_pagination_base

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topics_pagination_base') is found 1 times:

  • /includes/topics/template.php line 2948
    2944
    2945
    2946
    2947
    2948
    2949
    2950
    2951
    2952
    2953
    2954
            $base = add_query_arg( 'paged', '%#%' );
        }
     
        // Filter & return
        return apply_filters( 'bbp_get_topics_pagination_base', $base, $forum_id );
    }
     
    /**
     * Output the pagination count
     *
     * The results are unescaped by design, to allow them to be filtered freely via