BP_Invitation_Manager::mark_accepted_by_id( int $id )

Mark invitation as accepted by invitation ID.

Description

Parameters

$id

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

Return

(bool) True on success, false on failure.

Source

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

	public function mark_accepted_by_id( $id ) {
		return BP_Invitation::mark_accepted( $id );
	}

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.