Grandfather Renewal Rate
Allows a custom renewal discount to be set for customers who purchased before a custom date
AffiliateWP - Force Query String Format for Affiliate Deep Links
Fixes redirect loops caused by AffiliateWP's pretty deep link format (/page/ref/username/) conflicting with WooCommerce or custom…
Change Vendor Pending Message
Changes the message shown to vendors when their account is pending.
Add Customer Name Column to Affiliate Portal Referrals Tab
Adds a Customer Name column to the main Referrals table in the Affiliate Portal. Pulls the…
Fix coupon displaying 0% in the affiliate dashboard
add_filter( 'get_post_metadata', function( $value, $object_id, $meta_key, $single ) { static $running = false; if ( $running…
Adsense
Adse
MemberPress: Require Coupon at Checkout
Make the coupon field required at checkout.
Download Manager
Support for Download Manager for WC Vendor
Newsletter signup
Get your readers to sign up for your newsletters seamlessly, in a single click
Custom Social Share Email Subject
If you wish to modify the email subject text when clicking the social share email icon…
Set the Payment fields in the Sign Up form as required
Set the Payment fields in the Sign Up form as required - you can remove any…
HTML inside PHP
How to output HTML inside PHP.
Filter to send admin confirms | Quick Event Manager
add_filter('qem_registration_always_confirm_admin',,,1); This filter returns a Boolean to decide if an admin confirm is to be sent…