bp_message_notice_text( BP_Messages_Notice $notice = null )

Output the text of the current notice in the loop.


Description Description


Parameters Parameters

$notice

(Optional) The notice object.

Default value: null


Top ↑

Source Source

File: bp-messages/bp-messages-template.php

function bp_message_notice_text( $notice = null ) {
	echo bp_get_message_notice_text( $notice );
}

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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