BP_Groups_Member::accept_invite()

Mark a pending invitation as accepted.


Description Description


Source Source

File: bp-groups/classes/class-bp-groups-member.php

	public function accept_invite() {
		$this->inviter_id    = 0;
		$this->is_confirmed  = 1;
		$this->date_modified = bp_core_current_time();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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