Dev Resources

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

WC_REST_Taxes_V1_Controller::create_or_update_tax()

Method: Take tax data from the request and return the updated or newly created rate.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php:324

Used by 2 functions | Uses 6 functions

WC_REST_Taxes_V1_Controller::create_item()

Method: Create a single tax.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php:393

Used by 0 functions | Uses 3 functions

woocommerce_rest_insert_tax

Action Hook: Fires after a tax is created or updated via the REST API.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php:465

Used by 2 functions | Uses 0 functions

WC_REST_Taxes_V1_Controller

Class: REST API Taxes controller class.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php:21

Used by 1 function | Uses 1 function

WC_REST_Taxes_V1_Controller::register_routes()

Method: Register the routes for taxes.

Source: includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php:40

Used by 0 functions | Uses 1 function

WC_REST_Taxes_V1_Controller::get_items_permissions_check()

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

Source: includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php:122

Used by 0 functions | Uses 1 function

WC_REST_Taxes_V1_Controller::create_item_permissions_check()

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

Source: includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php:137

Used by 0 functions | Uses 1 function

WC_REST_Taxes_V1_Controller::get_item_permissions_check()

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

Source: includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php:151

Used by 0 functions | Uses 1 function

WC_REST_Taxes_V1_Controller::update_item_permissions_check()

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

Source: includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php:166

Used by 0 functions | Uses 1 function

WC_REST_Taxes_V1_Controller::delete_item_permissions_check()

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

Source: includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php:181

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