BP_Invitation_Manager::run_acceptance_action( $type,  $r )

This is where custom actions are added (in child classes) to run when an invitation or request is accepted.


Description Description


Parameters Parameters

$id

(Required) The ID of the invitation to mark as sent.


Top ↑

Return Return

(bool) True on success, false on failure.


Top ↑

Source Source

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

	abstract public function run_acceptance_action( $type = 'invite', $r  );

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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