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…
Disable Dynamic Template on the Homepage/Front-page
The following snippet can be used to remove the dynamic template assigned to all pages from…
Remove Unwanted Events | Display Eventbrite Events
Sometimes it is simplest to resort to code if you want to remove something from the…