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.
Description Description
Parameters Parameters
- $query_string
-
The query string we are working with.
- $object
-
The type of page we are on.
- $object_filter
-
The current object filter.
- $object_scope
-
The current object scope.
- $object_page
-
The current object page.
- $object_search_terms
-
The current object search terms.
- $object_extras
-
The current object extras.
Source Source
File: bp-templates/bp-legacy/buddypress-functions.php
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |