Publishing email

Emails the author when their download is published.

Move User Fields Below Account Creation

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

Content Restriction Compatibility for Software Licensing

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

Reverse Receivers

Reverses the receivers for PayPal Adaptive Payments

Disable Geolocation Current Location if the page URL contains Prefill by URL parameters targeting an address field

When "Current Location" is enabled in WPForms > Settings > Geolocation, the geolocation JS overwrites address…

Ralden Souza PRO
<10

Force localized currency for product feeds

This allows you to change the ISO 4217 for all the product feeds

<10

WWLC - Default Wholesale Leads list to sort by registration date (newest first)

1. Navigate to your site: Go to your WP Admin dashboard. 2. Apply the snippet: Paste…

ACFW - Invalidate coupons for products with certain custom meta data

add_filter( 'woocommerce_coupon_is_valid', function( $valid, $coupon, $discount ) { $excluded_channels = $coupon->get_meta( '_excluded_og_channels', true ); if (…

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 101 102 103 104 105 224