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.
Description Description
Parameters Parameters
- $query_string
-
The query string we are working with.
- $object
-
The type of page we are on.
- $filter
-
The current object filter.
- $scope
-
The current object scope.
- $page
-
The current object page.
- $search_terms
-
The current object search terms.
- $extras
-
The current object extras.
Source Source
File: bp-templates/bp-nouveau/includes/functions.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |