@since: BuddyPress 2.3.0 |
Description |
|---|---|
| bp_remove_object_terms() |
Remove taxonomy terms on a BuddyPress object. |
| bp_admin_setting_callback_group_avatar_uploads() |
‘Enable group avatars’ field markup. |
| bp_register_member_types() |
Fire the ‘bp_register_member_types’ action, where plugins should register profile types. |
| bp_register_member_types |
Fires inside bp_register_member_types(), so plugins can register profile types. |
| bp_update_to_2_3() |
2.3.0 update routine. |
| bp_pre_schema_upgrade() |
Perform database operations that must take place before the general schema upgrades. |
| bp_is_{$component}_{$feature}_active |
Filters whether or not a given feature for a component is active. |
| BP_Attachment::validate_mime_types() |
Validate the allowed mime types using WordPress allowed mime types. |
| BP_Attachment::validate_upload() |
Specific upload rules. |
| BP_Attachment::upload_dir_filter() |
Default filter to save the attachments. |