woocommerce_update_customer

woocommerce_update_customer

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_update_customer') is found 1 times:

  • /includes/data-stores/class-wc-customer-data-store.php line 218
    		$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
    

See this hook used in plugins: