This function has been deprecated.

bp_get_message_is_active_notice()

Returns a string for the active notice.

Description

Since 1.6 this function has been deprecated in favor of text in the theme.

Return

(string)

Source

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

	function bp_get_message_is_active_notice() {

		$string = bp_messages_is_active_notice()
			? __( 'Currently Active', 'buddyboss' )
			: '';

		return apply_filters( 'bp_get_message_is_active_notice', $string );
	}

Changelog

Changelog
Version Description
1.6.0 This function has been deprecated.
BuddyPress 1.0.0 Introduced.

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.