apply_filters( 'bp_nouveau_ajax_querystring', string $query_string , string $object , string $filter , string $scope , string $page , string $search_terms , string $extras )
Filters the AJAX query string for the component loops.
Parameters Parameters
- $query_string
-
(string) The query string we are working with.
- $object
-
(string) The type of page we are on.
- $filter
-
(string) The current object filter.
- $scope
-
(string) The current object scope.
- $page
-
(string) The current object page.
- $search_terms
-
(string) The current object search terms.
- $extras
-
(string) The current object extras.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |