File: bp-media/classes/class-bp-media.php |
Description |
|---|---|
| bp_media_get_where_conditions |
Filters the MySQL WHERE conditions for the Media items get method. |
| bp_media_get_join_sql |
Filter the MySQL JOIN clause for the main media query. |
| bp_media_paged_activities_sql |
Filters the paged media MySQL statement. |
| BP_Media |
Database interaction class for the BuddyBoss media component. |
| BP_Media::__construct() |
Constructor method. |
| BP_Media::populate() |
Populate the object with data about the specific media item. |
| BP_Media::save() |
Save the media item to the database. |
| bp_media_before_save |
Fires before the current media item gets saved. |