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 Description

See also See also


Top ↑

Source 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 );
	}

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.