bp_media_get_visibility_levels()

Get media visibility levels out of the $bp global.

Description

Return

(array)

Source

File: bp-media/bp-media-functions.php

667
668
669
670
671
672
673
674
675
676
677
function bp_media_get_visibility_levels() {
 
    /**
     * Filters the media visibility levels out of the $bp global.
     *
     * @since BuddyBoss 1.2.3
     *
     * @param array $visibility_levels Array of visibility levels.
     */
    return apply_filters( 'bp_media_get_visibility_levels', buddypress()->media->visibility_levels );
}

Changelog

Changelog
Version Description
BuddyBoss 1.2.3 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.