Milestone Sales Alert
Emails the admin when a specific download has been sold X times.
Custom Cart Expiration
Sets the cart expiration to a custom value with database sessions. https://easydigitaldownloads.com/docs/edd_use_php_sessions/
Adjust Rate for Referrals
Adjusts the commission rate for payments that were referred by an affiliate when using Affiliates Pro
Add the_content to storefront template.
Changes the number of downloads displayed in the latest downloads section of the store front template.
Download Manager
Support for Download Manager for WC Vendor
Custom Field to Vendor Settings Page
/* WC Vendors Pro - My Custom Field */ function store_bank_details( ){ if ( class_exists( 'WCVendors_Pro'…
Recent products table
if ( ! function_exists( 'wcv_remove_recent_product_table_columns' ) ) { /** * Remove columns from Recent Products table…
Stop Lazy Load
add_filter( 'wp_lazy_loading_enabled', '__return_false' );
Reorder dashboard navigation
Bring the order page to the front of the product page
Require Downloadable fields - Downloadable product template
Require Downloadable fields - Downloadable product template
AdCritter
Audience Pixel Code
Menu Item image Animation on Hover
When you hover over a menu item, the will be an image which will slide behind…
Re-route BuddyPress emails through WP Mail SMTP
This snippet will re-route all BuddyPress emails through WP Mail SMTP. This code snippet will also…