Disable Update Notifications
Disable all wordpress update notifications
Send Sale Alerts From Customer Email
Sets the From address of New Sale alert emails to the customer's email address
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.
Untitled Snippet
<meta name="google-adsense-account" content="ca-pub-9481928342352849">
Custom Field to Vendor Settings Page
/* WC Vendors Pro - My Custom Field */ function store_bank_details( ){ if ( class_exists( 'WCVendors_Pro'…
Remove table from dashboard
if ( ! function_exists( 'wcv_remove_recent_order_table_columns' ) ) { /** * Remove columns from Recent Orders table…