Restrict Downloads to Purchase Email
Force users to be logged-in to download purchased files through Easy Digital Downloads and also require…
Google AD
Google AD Snippet
Disable emails on free purchases
If the purchase was for a free product, don't send any emails.
User Switching
Easily switch to a Customer when using the User Switching plugin
Custom Cart Row
Provides a function which can be modified to add a custom row of HTML to the…
Show Discount Field
Makes the discount field on checkout show by default.
Hide Payment Icons When Free
Hide payment icons on the checkout form when cart total is free
Company Field on Receipt
Outputs the "Company" on the payment receipt.
Replace Add to Cart With Download for Subscribers
If the user is recurring or has purchased the product already, shows a link to download…
Add Wallet Deposit Levels
Deposit levels are pre-defined in EDD Wallet. This plugin allows you to add custom deposit levels,…
Add FES Vendor Dashboard Tab
Add a new tab to the Frontend Submissions vendor dashboard menu.
Profile Data Shortcode
Renders the value of a single Profile Form field. Accepts one value, key. But it has…
Replace Add to Cart with Download
If the user has purcahsed the product already, show a links to download each file associated…
Generate Press Custom Font
This snippet allows developers & designers the ability to add custom fonts to generate press themed…
user menu for logged in and logged out users
function my_wp_nav_menu_args( $args = '' ) { if( is_user_logged_in() ) { $args['menu'] = 'logged-in'; } else…