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.
Source Source
File: bp-core/classes/class-bp-user-query.php
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |