bp_nouveau_groups_do_group_boxes()
Display the Widgets of Group extensions into the default front page?
Description
Return
(bool) True to display. False otherwise.
Source
File: bp-templates/bp-nouveau/includes/groups/functions.php
724 725 726 727 728 | function bp_nouveau_groups_do_group_boxes() { $group_settings = bp_nouveau_get_appearance_settings(); return ! empty ( $group_settings [ 'group_front_page' ] ) && ! empty ( $group_settings [ 'group_front_boxes' ] ); } |
Changelog
Version | Description |
---|---|
BuddyPress 3.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.