File: bp-media/bp-media-filters.php |
Description |
|---|---|
| bp_media_set_nocache_constants() |
Set constants to prevent caching by some plugins. |
| bp_media_maybe_define_constant() |
Define a constant if it is not already defined. |
| bp_media_nocache_headers() |
Wrapper for nocache_headers which also disables page caching. |
| bp_media_get_download_content_type() |
Get content type of a download. |
| bp_media_get_download_range() |
Parse the HTTP_RANGE request from iOS devices. |
| bp_media_parse_file_path() |
Parse file path and see if its remote or local. |
| bp_media_activity_after_email_content() |
Added text on the email when replied on the activity. |
| bp_media_download_error() |
Die with an error message if the download fails. |
| bp_media_download_file_redirect() |
Redirect to a file to start the download. |
| bp_media_readfile_chunked() |
Read file chunked. |