Replace Menu Icon

Replace the standard menu icon in Easy Digital Downloads with an icon from Dashicons

TICKET NUMBER

/** * Increment total entry number on each submission * * @link https://wpforms.com/developers/how-to-increment-a-count-on-each-form-submission */ function wpf_dev_update_total_field(…

Force Minimum Password Length at Checkout

Force a minimum password length when a customer creates an account at checkout

Guard Pay Diagnostic Tool

/** * ============================================================ * GUARDEDPAY PRO — Phase 1 Diagnostic (TEMPORARY) * ============================================================ * * PURPOSE:…

Dustin Lavoie
<10

Reverse variable pricing

Great for when you've added variable prices lowest to highest but want to show highest to…

Single Line Form adjustments

In case of issues with the inline-fields class described on https://wpforms.com/docs/how-to-display-your-form-in-a-single-line/

Ralden Souza PRO
<10

AI Buzz — Auto Article Count

/** * AI BUZZ — AUTO ARTICLE COUNT UPDATER * * Automatically updates any element with…

Change Method Label

add_filter( 'woocommerce_cart_shipping_method_full_label', 'wcv_override_vendor_shipping_label', 10, 2 ); function wcv_override_vendor_shipping_label( $label, $method ){ $label = 'Flat-rate'; // cost;…

Make All Users Vendors

/** * Make all new user registrations Vendors. */ add_filter( 'woocommerce_new_customer_data', 'wcv_woocommerce_new_user_data' ); function wcv_woocommerce_new_user_data( $data…

Active Campaign Snippet

footer

Lisa Upsher
<10

Euroclear Holding

https://www.legalentityidentifier.co.uk/leicert/?lei=549300IQZVZ949N37S44&t=d3&h=cHh1anA5LzdCQjJmNGw3b3QwWWI1Zz09

Extra WordPress Filters in Pro (Do something with the price display) | Display Eventbrite Events

Using this filter, you can change the price display. filter: (‘wfea_price_display‘ , $price_display, $min, $max, $currency)…

1 94 95 96 97 98 224