BP_Nouveau_Group_Invite_Query::setup_hooks()

Set up action hooks


Description Description


Source 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' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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