bp_dd_delete_group_cover_images_url( $group_id )
Delete the group cover photo attachment
Description
Source
File: bp-core/bp-core-filters.php
1268 1269 1270 1271 1272 | */ function bp_dd_check_avatar_folder_dir( $avatar_folder_dir , $group_id , $object , $avatar_dir ) { if ( ! empty ( $group_id ) ) { if ( 'group-avatars' == $avatar_dir ) { |
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.