woocommerce_update_customer, $customer->get_id(

woocommerce_update_customer, $customer->get_id(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_update_customer, $customer->get_id(') is found 1 times:

  • /includes/data-stores/class-wc-customer-data-store.php line 226
    		$this->update_user_meta( $customer );
    		$customer->set_date_modified( get_user_meta( $customer->get_id(), 'last_update', true ) );
    		$customer->save_meta_data();
    		$customer->apply_changes();
    		do_action( 'woocommerce_update_customer', $customer->get_id(), $customer );
    	}
    
    	/**
    	 * Deletes a customer from the database.
    	 *
    	 * @since 3.0.0