bp_previous_{$object}_avatar_deleted, $item_id, $timestamp
bp_previous_{$object}_avatar_deleted, $item_id, $timestamp
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_previous_{$object}_avatar_deleted, $item_id, $timestamp') is found 1 times:
- /bp-core/bp-core-avatars.php line 2656
* * @param int $item_id The object ID. * @param int $timestamp The avatar timestamp. */ do_action( "bp_previous_{$object}_avatar_deleted", $item_id, $timestamp ); // Finally inform about the deletion success. wp_send_json_success( array( 'feedback_code' => 6, )