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.


Top ↑

Source Source

File: bp-core/bp-core-template.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.