webhook updated request body example
{ "lead": { "email": "[email protected]", "ipAddress": "1.2.3.4", "referrer": "https://optinmonster.com/", "timestamp": 1699985224, "firstName": "Archie", "lastName": "Monster", "phone":…
Remove Stats Summary Block From Specific Campaign
Hide the campaign summary stats from a few specific campaign, using the campaign IDs.
GA
G-LM0128MWJC
MemberPress: Remove Accordion from Courses
Use this snippet if you would like to remove the accordion CSS and JS from the…
Require a comments with rating
Return the number of the rating that should not require a comment.
Fit Men Academy Footer
Fit Men Academy / Here's an improved prompt that addresses your concerns and provides clear instructions…
Download count shortcode
Add download count shortcode with ID and Offset attributes
AffiliateWP — Block Referrals for Existing Customers
Prevents AffiliateWP from generating referral commissions for returning customers. Commissions will only fire on a customer's…
Topup Form
Top Up Now Player ID Buy Now
Taxonomy Count
Control the number of products displayed on the default download category and download tag pages.
Add an image filed to the sign up form
// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…
Disable sold by link on checkout page
/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…