BP_Invitation_Manager::run_send_action( BP_Invitation $invitation )
This is where custom actions are added (in child classes) to run when an invitation or request needs to be “sent.”
Description
Parameters
- $invitation
-
(Required) The invitation to send.
Return
(bool) True on success, false on failure.
Source
File: bp-core/classes/class-bp-invitation-manager.php
abstract public function run_send_action( BP_Invitation $invitation );
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.