BP_Nouveau_Group_Invite_Query::setup_hooks()
Set up action hooks
Description
Source
File: bp-templates/bp-nouveau/includes/groups/classes.php
public function setup_hooks() {
add_action( 'bp_pre_user_query_construct', array( $this, 'build_exclude_args' ) );
add_action( 'bp_pre_user_query', array( $this, 'build_meta_query' ) );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 3.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.