bp_get_community_visibility

bp_get_community_visibility

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_get_community_visibility') is found 1 times:

  • /bp-core/bp-core-functions.php line 5145
    5141
    5142
    5143
    5144
    5145
    5146
    5147
    5148
    5149
    5150
    5151
         *
         * @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