do_action( 'woocommerce_rest_delete_tax', stdClass $tax_class, WP_REST_Response $response, WP_REST_Request $request )

Fires after a tax class is deleted via the REST API.


Description Description


Parameters Parameters

$tax_class

The tax data.

$response

The response returned from the API.

$request

The request sent to the API.


Top ↑

Source Source

File: includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.