do_action_ref_array( 'bp_parse_query', WP_Query $posts_query )
Fires at the end of the bp_parse_query function.
Description Description
Allow BuddyPress components to parse the main query.
Parameters Parameters
- $posts_query
-
(WP_Query) WP_Query instance. Passed by reference.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |