File: bp-media/classes/class-bp-media-album.php |
Description |
---|---|
BP_Media_Album::total_group_album_count() |
Count total album for the given group |
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. |
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 |
Database interaction class for the BuddyBoss media album component. |