BP_Messages_Thread::mark_read()

Mark a thread initialized in this class as read.


Description Description

See also See also


Top ↑

Source Source

File: bp-messages/classes/class-bp-messages-thread.php

	public function mark_read() {
		BP_Messages_Thread::mark_as_read( $this->thread_id );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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