woocommerce_delete_customer, $id
woocommerce_delete_customer, $id
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_delete_customer, $id') is found 1 times:
- /includes/data-stores/class-wc-customer-data-store.php line 251
$id = $customer->get_id(); wp_delete_user( $id, $args['reassign'] ); do_action( 'woocommerce_delete_customer', $id ); } /** * Helper method that updates all the meta for a customer. Used for update & create. * * @since 3.0.0