messages_thread_mark_as_read, $thread_id, $user_id, $num_rows
messages_thread_mark_as_read, $thread_id, $user_id, $num_rows
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('messages_thread_mark_as_read, $thread_id, $user_id, $num_rows') is found 1 times:
- /bp-messages/classes/class-bp-messages-thread.php line 926
* @param int $thread_id The message thread ID. * @param int $user_id The user the thread will be marked as read. * @param bool|int $num_rows Number of threads marked as unread or false on error. */ do_action( 'messages_thread_mark_as_read', $thread_id, $user_id, $num_rows ); return $num_rows; } /** * Mark a thread as unread.