bp_get_message_notice_id()
Get the ID of the current notice in the loop.
Description
Return
(int)
Source
File: bp-messages/bp-messages-template.php
function bp_get_message_notice_id() {
global $messages_template;
/**
* Filters the ID of the current notice in the loop.
*
* @since BuddyPress 1.5.0
*
* @param int $id ID of the current notice in the loop.
*/
return apply_filters( 'bp_get_message_notice_id', $messages_template->thread->id );
}
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.