AffiliateWP - Admin Notification for Vanity Coupon Code Requests

Sends an admin email notification whenever an affiliate submits a valid vanity coupon code change request…

Test one

echo "Hello dolly!";

AffiliateWP Network Stats Shortcode

Adds the [affwp_network_stats] shortcode for displaying affiliate network stats (own sales, downline sales, earnings, referral counts)…

MemberPress: Require Specific Coupon to Register

The code will make a specific coupon mandatory for purchasing a specific membership. More than one…

Product Expiry For Woo

Supports the Expiry for Woocommerce plugin - WC Vendor

Untitled Snippet

document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('.elementor-post__thumbnail__link').forEach(function(link) { link.setAttribute('target', '_blank'); link.setAttribute('rel', 'noopener noreferrer'); }); });

Hotfix: Confirm password required on cherckout

This is a temporary hotfix for a bug in EDD 3.7.0

Reorder the Speaker Detail Fields

Speaker pages show title, website, email, phone and social links in that fixed order. This snippet…

Remove WordPress Version Number

add_filter('the_generator', '__return_empty_string');

<10
1 126 127 128 129 130 233