BP_Invitation_Manager::allow_request( array $args )

This is where custom actions are added (in child classes) to determine whether a request should be allowed.

Description

Parameters

$args

(array) (Required) The parameters describing the request.

Return

(bool) True if allowed, false to end process.

Source

File: bp-core/classes/class-bp-invitation-manager.php

	public function allow_request( $args ) {
		return true;
	}

Changelog

Changelog
Version Description
BuddyBoss 1.3.5 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.