Skip to content

Instantly share code, notes, and snippets.

View JohnTendik's full-sized avatar
🔍
Googling solutions to problems

John Tendik JohnTendik

🔍
Googling solutions to problems
  • British Columbia, Canada
View GitHub Profile
@maddisondesigns
maddisondesigns / functions.php
Last active March 8, 2025 09:18
WooCommerce Custom Fields for Simple & Variable Products
/*
* Add our Custom Fields to simple products
*/
function mytheme_woo_add_custom_fields() {
global $woocommerce, $post;
echo '<div class="options_group">';
// Text Field