Allow SVG Files Upload (copy)

Add support for SVG files to be uploaded in WordPress media.

Donation Fee Calculation

/** * 2. Calculate the exact Stripe Fee (2.9% + .30) if "Yes" is selected */…

Publishing email

Emails the author when their download is published.

Add a button to customer data

Add a button to retrieve all customer data.

Move User Fields Below Account Creation

Move the user fields below the "create an account" fields

WPBakery Collapse All Rows

Adds Collapse / Expand All Rows in WP Bakery Builder + Ave WP Theme

<10

Content Restriction Compatibility for Software Licensing

Make the edd_restrict shortcode check if a license is expired before displaying content.

WPForms Center Align

Cernter alligns WP forms fields and content. Must enter wpf-center in General/Advanced form settings.

Reverse Receivers

Reverses the receivers for PayPal Adaptive Payments

Charitable: Force PayPal Legacy gateway

Overrides Charitable Pro 1.8.15+ PayPal tier detection at read-time so the legacy `paypal` gateway stays visible…

David Bisset PRO
<10

Get rid of Home

Removal of "Home - " in the Title Tag

Mark Hall
<10

Commissions as a fixed dollar amount, or fixed plus a percentage.

add_filter( 'wcv_commission_rate', 'my_wcv_custom_filter', 10, 3 ); function my_wcv_custom_filter( $commission, $product_id, $product_price ) { return WCV_Commission::get_commission_rate( $product_id…

1 86 87 88 89 90 233