Topup Form

Top Up Now Player ID Buy Now

Reverse variable pricing

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

pinterest

Jessica Truhan
<10

Remove "mail.readwrite" Scope for the Outlook Mailer (copy)

This snippet removes the `mail.readwrite` scope from the WP Mail SMTP plugin Outlook provider.

BOGO Coupons to refer to original subtotal

When a BOGO coupon has a minimum spend (Usage Restriction) configured, applying the coupon can incorrectly…

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;…

AI

navdeep dhillon
<10

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…

Protect Admin User

A simple safeguard to protect site owner or developer account from deletion. A least resource exhaustive…

Require Downloadable fields - Downloadable product template

Require Downloadable fields - Downloadable product template

Allow CSS Files Upload

Allowing to upload CSS file into media folder for custom special integration such as booking search…

HTG

[wpgetapi_endpoint api_id='HomeToGo' endpoint_id='HTG' debug='false']

1 95 96 97 98 99 233