bp_previous_{$object}_avatar_deleted

bp_previous_{$object}_avatar_deleted

Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.3.3

do_action('bp_previous_{$object}_avatar_deleted') is found 1 times:

  • /bp-core/bp-core-avatars.php line 2646
    2642
    2643
    2644
    2645
    2646
    2647
    2648
    2649
    2650
    2651
    2652
    *
     * @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,
        )