Update Cart Automatically
/** * Update Cart Automatically on Quantity Change * * @author Misha Rudrastyh * @url https://rudrastyh.com/woocommerce/remove-update-cart-button.html…
Prevent AlOSEO from outputting any data on term pages
This snippet can be used to prevent AlOSEO from outputting any data on term pages
Show Discount Field
Makes the discount field on checkout show by default.
Send Notifications On User Registration
/** * Notify admin and user when a user registers with Charitable. * * @param array[]…
Replace Add to Cart With Download for Subscribers
If the user is recurring or has purchased the product already, shows a link to download…
Add Individual Category Tag Columns
Show a separate column for each category and tag, with a 1 or a 0 in…
Customize User Verification Email
Modifies the email sent to customers to verify their accounts.
Add Wallet Deposit Levels
Deposit levels are pre-defined in EDD Wallet. This plugin allows you to add custom deposit levels,…
How to Customize the Labels for Image Choices
/* Position labels over images and hide them by default */ form#wpforms-form-1000 .wpforms-field .wpforms-image-choices-label { position:…
Weather API
Live weather
Add User Field
This adds a field to the end of the "Your Details" section in the Profile form.
Sending Form Fields as Smart Tags to Square
The snippet makes Smart Tags usable with Square payments. It allows you to include form fields…
Auto register guests that purchase
function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…
google tag
google code
Set Custom Donation Receipt Page
You can set a custom donation receipt page, including a page that is not on your…