Warning: This function has been deprecated.
bp_message_is_active_notice()
Output a string for the active notice.
Description Description
Since 1.6 this function has been deprecated in favor of text in the theme.
Return Return
(bool)
Source Source
File: bp-messages/bp-messages-template.php
function bp_message_is_active_notice() { echo bp_get_message_is_active_notice(); }
Changelog Changelog
Version | Description |
---|---|
1.6.0 | This function has been deprecated. |
1.0.0 | Introduced. |