bp_messages_show_sites_notices()
Display Sites notices on all the page
Description
Source
File: bp-messages/bp-messages-functions.php
function bp_messages_show_sites_notices() {
if (
( ! bp_is_directory() && ! bp_is_single_item() && bp_is_blog_page() )
|| ( empty( bp_is_blog_page() ) && bp_is_members_component() ) // check that it's members page on the members component
) {
bp_nouveau_template_notices();
wp_enqueue_script( 'bp-nouveau' );
}
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.1.7 | 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.