Move User Fields Below Account Creation
Move the user fields below the "create an account" fields
test
test
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…
Force localized currency for product feeds
This allows you to change the ISO 4217 for all the product feeds
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…
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…
Event URL (Additional Data) | Display Eventbrite Events
This filter allows you to adjust the event URL. This is primarily so you can add…
Tweak Price Display (Appends Text) | Display Eventbrite Events
The Display Eventbrite plugin premium version can display prices. If you want to tweak to display…
Add a single Order export field with all Shipping address details
function custom_woo_ce_extend_order_fields( $fields ) { $fields[] = array( 'name' => 'shipping_address_full', 'label' => 'Shipping: All details',…
Headers and Footers
To track Google analytics.