bp_message_notice_text( BP_Messages_Notice $notice = null )
Output the text of the current notice in the loop.
Parameters Parameters
- $notice
-
(BP_Messages_Notice) (Optional) The notice object.
Default value: null
Source Source
File: bp-messages/bp-messages-template.php
function bp_message_notice_text( $notice = null ) { echo bp_get_message_notice_text( $notice ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |