bp_get_community_visibility

bp_get_community_visibility

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.1

apply_filters('bp_get_community_visibility') is found 1 times:

  • /bp-core/bp-core-functions.php line 5079
    	 *
    	 * @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