apply_filters( 'bp_wp_user_query_args', array $value, BP_User_Query $this )

Filters the WP User Query arguments before passing into the class.


Description Description


Parameters Parameters

$value

Array of arguments for the user query.

$this

Current BP_User_Query instance.


Top ↑

Source Source

File: bp-core/classes/class-bp-user-query.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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