bp_nouveau_group_is_home_widgets()
Are we inside the Current group’s default front page sidebar?
Description Description
Return Return
(bool) True if in the group's home sidebar. False otherwise.
Source Source
File: bp-templates/bp-nouveau/includes/groups/functions.php
function bp_nouveau_group_is_home_widgets() { return ( true === bp_nouveau()->groups->is_group_home_sidebar ); }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |