@since: BuddyBoss 1.0.0 |
Description |
---|---|
BP_Media_Privacy::get_visibility() |
Get visibility of media |
BP_Media_Privacy::is_media_visible() |
Check if media is visible or not to the logged in user |
BP_Media_Album::get_album_data() |
Convert media IDs to media objects, as expected in template loop. |
BP_Media_Album::album_exists() |
Get whether an album exists for a given id. |
BP_Media_Album::append_user_fullnames() |
Append xProfile fullnames to an media array. |
BP_Media_Album::prefetch_object_data() |
Pre-fetch data for objects associated with albums. |
bp_media_album_prefetch_object_data |
Filters inside prefetch_object_data method to aid in pre-fetching object data associated with album. |
BP_Media_Album::delete() |
Delete albums from the database. |
bp_media_album_before_delete |
Action to allow intercepting albums to be deleted. |
bp_media_album_after_delete |
Action to allow intercepting albums just deleted. |