BP_Invitation_Manager::mark_accepted( $args )

Mark invitations as sent that are found by user_id, inviter_id, invitee_email, class name, item id, and optional secondary item id.

Description

See also

Source

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

	public function mark_accepted( $args ) {
		$args['class'] = $this->class_name;
		return BP_Invitation::mark_accepted_by_data( $args );
	}

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.