bp_get_community_visibility
bp_get_community_visibility
Appears in: buddypress.12.0.0, buddypress.12.1.1, buddypress.12.2.0, buddypress.12.3.0, buddypress.12.4.0, buddypress.12.4.1, buddypress.12.5.0, buddypress.12.5.1, buddypress.14.0.0, buddypress.14.1.0, buddypress.14.2.1
Hook Type: filter
Displaying hooks found in version: buddypress.14.2.1apply_filters('bp_get_community_visibility') is found 1 times:
- /bp-core/bp-core-functions.php line 5145
* * @param arrary|string $retval The calculated visbility settings for the site. * @param string $component The component value to get the visibility for. */ return apply_filters( 'bp_get_community_visibility', $retval, $component ); } /** * Returns the list of unread Admin Notification IDs. * * @since 11.4.0