Skip to content

Instantly share code, notes, and snippets.

View doroness's full-sized avatar

DoroNess doroness

View GitHub Profile
@doroness
doroness / woo_add_custom_data_order.php
Last active April 25, 2021 10:27
Add Custom Data to WooCommerce Order via Custom Fields on Product Page
/*
* Based on this post https://wisdmlabs.com/blog/add-custom-data-woocommerce-order-2/
* Add custom data to order from the product page to admin order page in
* See more useful snippets here -> https://wpuniverse.online/
*/
/**
* THE HOOKS
*/