bp-notifications/classes/class-bp-rest-notifications-endpoint.php:
BP_REST_Notifications_Endpoint::get_item_schema()
|
Get the notification schema, conforming to JSON Schema.
|
bp-messages/classes/class-bp-rest-messages-endpoint.php:
BP_REST_Messages_Endpoint::get_item_schema()
|
Get the message schema, conforming to JSON Schema.
|
bp-members/classes/class-bp-rest-members-endpoint.php:
BP_REST_Members_Endpoint::get_item_schema()
|
Get the members schema, conforming to JSON Schema.
|
bp-members/classes/class-bp-rest-attachments-member-avatar-endpoint.php:
BP_REST_Attachments_Member_Avatar_Endpoint::create_item()
|
Upload a member avatar.
|
bp-members/classes/class-bp-rest-members-actions-endpoint.php:
BP_REST_Members_Actions_Endpoint::get_item_schema()
|
Get the members action schema, conforming to JSON Schema.
|
bp-groups/classes/class-bp-rest-groups-endpoint.php:
BP_REST_Groups_Endpoint::get_item_schema()
|
Get the group schema, conforming to JSON Schema.
|
bp-groups/classes/class-bp-rest-attachments-group-avatar-endpoint.php:
BP_REST_Attachments_Group_Avatar_Endpoint::create_item()
|
Upload a group avatar.
|
bp-blogs/classes/class-bp-rest-blogs-endpoint.php:
BP_REST_Blogs_Endpoint::get_item_schema()
|
Get the blogs schema, conforming to JSON Schema.
|
bp-activity/classes/class-bp-rest-activity-endpoint.php:
BP_REST_Activity_Endpoint::get_item_schema()
|
Get the plugin schema, conforming to JSON Schema.
|
bp-templates/bp-nouveau/includes/template-tags.php:
bp_nouveau_avatar_args()
|
Get the full size avatar args.
|
bp-templates/bp-nouveau/includes/functions.php:
bp_nouveau_theme_cover_image()
|
BP Nouveau’s callback for the cover photo feature.
|
bp-core/classes/class-bp-attachment-avatar.php:
BP_Attachment_Avatar::crop()
|
Crop the avatar.
|
bp-core/classes/class-bp-attachment-avatar.php:
BP_Attachment_Avatar::is_too_small()
|
Check if the image dimensions are smaller than full avatar dimensions.
|
bp-core/bp-core-cssjs.php:
bp_core_add_cropper_inline_js()
|
Output the inline JS needed for the cropper to work on a per-page basis.
|
bp-core/bp-core-cssjs.php:
bp_core_add_cropper_inline_css()
|
Output the inline CSS for the BP image cropper.
|
bp-core/bp-core-attachments.php:
bp_attachments_enqueue_scripts()
|
Enqueues the script needed for the Uploader UI.
|
bp-core/bp-core-attachments.php:
bp_attachments_create_item_type()
|
Use the absolute path to an image to set an attachment type for a given item.
|
bp-core/bp-core-avatars.php:
bp_core_avatar_handle_upload()
|
Handle avatar uploading.
|
bp-core/bp-core-avatars.php:
bp_core_avatar_handle_crop()
|
Crop an uploaded avatar.
|
bp-core/bp-core-avatars.php:
bp_avatar_ajax_set()
|
Ajax set an avatar for a given object and item id.
|
bp-core/bp-core-avatars.php:
bp_core_fetch_avatar()
|
Get an avatar for a BuddyPress object.
|