Functions |
Description |
---|---|
bp_attachments_cover_image_ajax_upload() |
Ajax Upload and set a cover photo |
bp_attachments_cover_image_generate_file() |
Generate the cover photo file. |
bp_attachments_cover_image_is_edit() |
Are we on a page to edit a cover photo? |
bp_attachments_cover_image_upload_dir() |
Gets the upload dir array for cover photos. |
bp_attachments_create_item_type() |
Use the absolute path to an image to set an attachment type for a given item. |
bp_attachments_current_user_can() |
Check the current user’s capability to edit an avatar for a given object. |
bp_attachments_delete_file() |
Delete an attachment for the given arguments |
bp_attachments_enqueue_scripts() |
Enqueues the script needed for the Uploader UI. |
bp_attachments_get_allowed_mimes() |
Get allowed attachment mime types. |
bp_attachments_get_allowed_types() |
Get allowed types for any attachment. |
bp_attachments_get_attachment() |
Get the url or the path for a type of attachment. |
bp_attachments_get_cover_image_dimensions() |
Get cover photo Width and Height. |
bp_attachments_get_cover_image_settings() |
Get the cover photo settings |
bp_attachments_get_group_has_cover_image() |
Does the group has a cover photo? |
bp_attachments_get_max_upload_file_size() |
Get the max upload file size for any attachment. |
bp_attachments_get_plupload_default_settings() |
Get the BuddyPress Plupload settings. |
bp_attachments_get_plupload_l10n() |
Builds localization strings for the BuddyPress Uploader scripts. |
bp_attachments_get_template_part() |
Get an Attachment template part. |
bp_attachments_get_user_has_cover_image() |
Does the user has a cover photo? |
bp_attachments_is_wp_version_supported() |
Check if the current WordPress version is using Plupload 2.1.1 |
bp_attachments_json_response() |
Send a JSON response back to an Ajax upload request. |
bp_attachments_uploads_dir_get() |
Get the Attachments Uploads dir data. |
bp_avatar_admin_step() |
Output the current avatar upload step. |
bp_avatar_ajax_delete() |
Ajax delete an avatar for a given object and item id. |
bp_avatar_ajax_set() |
Ajax set an avatar for a given object and item id. |
bp_avatar_ajax_upload() |
Ajax upload an avatar. |
bp_avatar_cropper() |
Output the avatar cropper markup. |
bp_avatar_delete_link() |
Render an avatar delete link. |
bp_avatar_get_templates() |
Template function to load the Avatar UI javascript templates. |
bp_avatar_handle_capture() |
Handle avatar webcam capture. |
bp_avatar_is_front_edit() |
Checks whether Avatar UI should be loaded. |
bp_avatar_template_check() |
Trick to check if the theme’s BuddyPress templates are up to date. |
bp_avatar_to_crop() |
Output the URL of the avatar to crop. |
bp_avatar_to_crop_src() |
Output the relative file path to the avatar to crop. |
bp_avatar_upload_form() |
Allegedly output an avatar upload form, but it hasn’t done that since 2009. |
bp_avatar_use_webcam() |
Checks whether the Webcam Avatar UI part should be loaded. |
bp_block_category() |
Adds a BuddyPress category to house BuddyPress blocks. |
bp_blog_avatar() |
Output a blog’s avatar. |
bp_blog_backcompat_create_nav_item() |
Checks if a specific theme is still filtering the Blogs directory title if so, transform the title button into a Blogs directory nav item. |
bp_blog_class() |
Output the row class of the current blog in the loop. |
bp_blog_create_button() |
Output the Create a Site button. |
bp_blog_create_nav_item() |
Output the Create a Site nav item. |
bp_blog_description() |
Output the description of the current blog in the loop. |
bp_blog_hidden_fields() |
Output hidden fields to help with form submissions in Sites directory. |
bp_blog_id() |
Output the ID of the current blog in the loop. |
bp_blog_last_active() |
Output the last active date of the current blog in the loop. |
bp_blog_latest_post() |
Output the latest post from the current blog in the loop. |
bp_blog_latest_post_content() |
Output the content of the latest post on the current blog in the loop. |
bp_blog_latest_post_featured_image() |
Output the featured image of the latest post on the current blog in the loop. |
bp_blog_latest_post_has_featured_image() |
Does the latest blog post have a featured image? |