Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php / Page 2

woocommerce_rest_delete_customer

Action Hook: Fires after a customer is deleted via the REST API.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php:505

Used by 1 function | Uses 0 functions

WC_REST_Customers_V1_Controller::prepare_item_for_response()

Method: Prepare a single customer output for response.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php:517

Used by 5 functions | Uses 5 functions

WC_REST_Customers_V1_Controller::register_routes()

Method: Register the routes for customers.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php:42

Used by 0 functions | Uses 1 function

WC_REST_Customers_V1_Controller::get_items_permissions_check()

Method: Check whether a given request has permission to read customers.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php:133

Used by 0 functions | Uses 1 function

WC_REST_Customers_V1_Controller::create_item_permissions_check()

Method: Check if a given request has access create customers.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php:148

Used by 0 functions | Uses 1 function

WC_REST_Customers_V1_Controller::get_item_permissions_check()

Method: Check if a given request has access to read a customer.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php:162

Used by 0 functions | Uses 1 function

WC_REST_Customers_V1_Controller::update_item_permissions_check()

Method: Check if a given request has access update a customer.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php:179

Used by 0 functions | Uses 1 function

WC_REST_Customers_V1_Controller::delete_item_permissions_check()

Method: Check if a given request has access delete a customer.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php:196

Used by 0 functions | Uses 1 function

WC_REST_Customers_V1_Controller::batch_items_permissions_check()

Method: Check if a given request has access batch create, update and delete items.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php:213

Used by 0 functions | Uses 1 function

WC_REST_Customers_V1_Controller::get_items()

Method: Get all customers.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php:227

Used by 0 functions | Uses 2 functions
« Previous 1 2 3 Next »
Proudly powered by WordPress