Changeset 10191 for trunk/src/bp-core/bp-core-attachments.php
- Timestamp:
- 10/05/2015 10:55:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-attachments.php
r10189 r10191 1066 1066 $name = trim( substr( $name, 0, - ( 1 + strlen( $name_parts['extension'] ) ) ) ); 1067 1067 1068 /** 1069 * Fires if the new cover image was successfully uploaded. 1070 * 1071 * The dynamic portion of the hook will be xprofile in case of a user's 1072 * cover image, groups in case of a group's cover image. For instance: 1073 * Use add_action( 'xprofile_cover_image_uploaded' ) to run your specific 1074 * code once the user has set his cover image. 1075 * 1076 * @since 2.4.0 1077 * 1078 * @param int $item_id Inform about the item id the cover image was set for. 1079 */ 1080 do_action( $object_data['component'] . '_cover_image_uploaded', (int) $bp_params['item_id'] ); 1081 1068 1082 // Finally return the cover image url to the UI 1069 1083 bp_attachments_json_response( true, $is_html4, array(
Note: See TracChangeset
for help on using the changeset viewer.