run on payment page
if payment page, send email
WPForms: add field description in notification HTML and plain text emails
With this snippet, you can add a field description in notification emails that are sent to…
Untitled Snippet
function vqs_leaderboard_assets() { wp_enqueue_style( 'vqs-leaderboard-css', get_stylesheet_directory_uri() . '/vqs-leaderboard.css', [], '1.0' ); wp_enqueue_script( 'vqs-leaderboard-js', get_stylesheet_directory_uri() . '/vqs-leaderboard.js',…
Fit Men Academy Footer
Fit Men Academy / Here's an improved prompt that addresses your concerns and provides clear instructions…
AffiliateWP — Block Referrals for Existing Customers
Prevents AffiliateWP from generating referral commissions for returning customers. Commissions will only fire on a customer's…
Only count last file
This plugin makes it so that All Access only increments the download counter if the customer…
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…
On Browsing EDD Products
This snippet targets window shoppers and encourages them to add more products to their carts. This…
Remove Gateway Choice On A Campaign/Donation Page
This shows how you can detect what page/campaign you are on and remove a gateway from…