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
View GitHub Profile
@maddisondesigns
maddisondesigns / functions.php
Last active October 28, 2024 06:14
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