woocommerce_rest_delete_customer

woocommerce_rest_delete_customer

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_rest_delete_customer') is found 1 times:

  • /includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php line 505
    		 * @param WP_User          $user_data User data.
    		 * @param WP_REST_Response $response  The response returned from the API.
    		 * @param WP_REST_Request  $request   The request sent to the API.
    		 */
    		do_action( 'woocommerce_rest_delete_customer', $user_data, $response, $request );
    
    		return $response;
    	}
    
    	/**
    	 * Prepare a single customer output for response.