bbp_get_search_pagination_base

bbp_get_search_pagination_base

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_search_pagination_base') is found 1 times:

  • /includes/search/template.php line 374
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
            $base = add_query_arg( 'paged', '%#%' );
        }
     
        // Filter & return
        return apply_filters( 'bbp_get_search_pagination_base', $base );
    }
     
    /**
     * Output the search result pagination count
     *
     * @since 2.3.0 bbPress (r4579)