woocommerce_delete_customer action-hook . WC 1.0
Usage
add_action( 'woocommerce_delete_customer', 'action_function_name_7681' ); function action_function_name_7681( $id ){ // action... }
- $id
- -
Where the hook is called
woocommerce_delete_customer
woocommerce/includes/data-stores/class-wc-customer-data-store.php 239
do_action( 'woocommerce_delete_customer', $id );