ANDRITZ Navigation Panels

document.addEventListener("DOMContentLoaded", function () { const triggers = document.querySelectorAll(".bp-andritz-utility"); const panels = document.querySelectorAll(".bp-andritz-panel"); const closes = document.querySelectorAll(".bp-andritz-close");…

Jay Play PRO
<10

Gaurded Pay FAQ

Answers questions before checkout

Dustin Lavoie
<10

Only count last file

This plugin makes it so that All Access only increments the download counter if the customer…

Restrict Coupons by Shipping Methods

To find your exact shipping method IDs, you can use either of these quick methods: 1.…

Untitled Snippet

Connect to site google

Code for Call Tracking

In order to track click to calls.

Add an audio field to the sign up form

// Add the audio field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_audio_uploader'); function wcv_audio_uploader( ){ //…

Change the sold by label on the product archive

// Unhook WC Vendors method remove_action( 'woocommerce_after_shop_loop_item', array('WCV_Vendor_Shop', 'template_loop_sold_by'), 9 ); // Define new sold by…

After Checkout Event in EDD

This snippet would stop sending cart abandonment campaigns to your push subscribers as the purchase goal…

1 142 143 144 145 146 226