apply_filters( 'bp_legacy_theme_ajax_querystring', string $query_string , string $object , string $object_filter , string $object_scope , string $object_page , string $object_search_terms , string $object_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.
- $object_filter
-
(string) The current object filter.
- $object_scope
-
(string) The current object scope.
- $object_page
-
(string) The current object page.
- $object_search_terms
-
(string) The current object search terms.
- $object_extras
-
(string) The current object extras.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |