bp_message_notice_subject( BP_Messages_Notice $notice = null )
Output the subject of the current notice in the loop.
Description Description
Parameters Parameters
- $notice
-
(Optional) The notice object.
Default value: null
Source Source
File: bp-messages/bp-messages-template.php
function bp_message_notice_subject( $notice = null ) {
echo bp_get_message_notice_subject( $notice );
}
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |