apply_filters( 'bp_ajax_querystring', string $ajax_querystring , string $object )
Filters the template parameters to be used in the query string.
Description Description
Allows templates to pass parameters into the template loops via AJAX.
Parameters Parameters
- $ajax_querystring
-
Current query string.
- $object
-
Current template component.
Source Source
File: bp-core/bp-core-template.php
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |