Methods |
Description |
---|---|
BP_Media_Album_Template::has_albums() |
Whether there are album items available in the loop. |
BP_Media_Album_Template::next_album() |
Set up the next album item and iterate index. |
BP_Media_Album_Template::rewind_albums() |
Rewind the posts and reset post index. |
BP_Media_Album_Template::the_album() |
Set up the current album item inside the loop. |
BP_Media_Album_Template::user_albums() |
Whether there are album items left in the loop to iterate over. |
BP_Media_Album::__construct() |
Constructor method. |
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::delete() |
Delete albums from the database. |
BP_Media_Album::get() |
Get albums, as specified by parameters. |
BP_Media_Album::get_album_data() |
Convert media IDs to media objects, as expected in template loop. |
BP_Media_Album::populate() |
Populate the object with data about the specific album item. |
BP_Media_Album::prefetch_object_data() |
Pre-fetch data for objects associated with albums. |
BP_Media_Album::save() |
Save the media album to the database. |
BP_Media_Album::total_group_album_count() |
Count total album for the given group |
BP_Media_Component::__construct() |
Start the media component creation process. |
BP_Media_Component::includes() |
Include Media component files. |
BP_Media_Component::late_includes() |
Late includes method. |
BP_Media_Component::rest_api_init() |
Init the BuddyBoss REST API. |
BP_Media_Component::setup_actions() |
Set up the actions. |
BP_Media_Component::setup_admin_bar() |
Set up the component entries in the WordPress Admin Bar. |
BP_Media_Component::setup_cache_groups() |
Setup cache groups. |
BP_Media_Component::setup_globals() |
Set up component global data. |
BP_Media_Component::setup_nav() |
Set up component navigation. |
BP_Media_Component::setup_title() |
Set up the title for pages and |
BP_Media_Extractor::extract() |
Extract media from text. |
BP_Media_Extractor::extract_audio() |
Extract [audio] shortcodes and `` tags, from text. |
BP_Media_Extractor::extract_embeds() |
Extract any URL, matching a registered oEmbed endpoint, from text. |
BP_Media_Extractor::extract_images() |
Extract images from `` tags, [galleries], and featured images from a Post. |
BP_Media_Extractor::extract_images_from_featured_images() |
Extract the featured image from a Post. |
BP_Media_Extractor::extract_images_from_galleries() |
Extract images in [galleries] shortcodes from text. |
BP_Media_Extractor::extract_links() |
Extract `` tags from text. |
BP_Media_Extractor::extract_mentions() |
Extract @mentions tags from text. |
BP_Media_Extractor::extract_shortcodes() |
Extract shortcodes from text. |
BP_Media_Extractor::extract_video() |
Extract [video] shortcodes from text. |
BP_Media_Extractor::strip_markup() |
Sanitize and format raw content to prepare for content extraction. |
BP_Media_Model::_fetch_sql() |
Fetch SQL |
BP_Media_Model::_table() |
Get the DB table |
BP_Media_Model::date_to_time() |
Convert date to time |
BP_Media_Model::delete() |
Delete from the table |
BP_Media_Model::get() |
Get the single item data |
BP_Media_Model::insert() |
Insert into table |
BP_Media_Model::insert_id() |
Get the insert id |
BP_Media_Model::now() |
Get now timestamp |
BP_Media_Model::rows() |
Fetch the rows |
BP_Media_Model::time_to_date() |
Convert time to date format |
BP_Media_Model::update() |
Update the data in table |
BP_Media_Model::where() |
Fetch data from table with conditions on column |
BP_Media_Privacy::__construct() | |
BP_Media_Privacy::get_visibility() |
Get visibility of media |