Skip to content

Instantly share code, notes, and snippets.

View ZhangChengX's full-sized avatar
🌸
I may be slow to respond.

Zhang Cheng ZhangChengX

🌸
I may be slow to respond.
View GitHub Profile
// jquery shorthand
$(function(){
// jQuery methods go here...
});
// writing jQuery in WordPress
(function($) {
// Your jQuery code here, using the $
@ZhangChengX
ZhangChengX / functions.php
Created April 16, 2021 18:52 — forked from maddisondesigns/functions.php
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