How to Set a Default Country on the Vendor Registration Form

Make sure to select the correct vendor registration page under WC Vendors > Settings > Registration…

Display Only Selected Countries on the Vendor Registration Form

Streamline your registration form by showing only selected countries or remove others from the registration form…

Test

Louis Agnello
<10

Untitled Snippet

function remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function custom_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head',…

Show Terms By Default

Show the terms of agreement open on the checkout page by default

Meta Pixel - InitiateCheckout Event

Meta Pixel - InitiateCheckout Event

Prevent Wholesale Customer to Add Product to the Cart If The Product is Low on Stock

// Prevent wholesale customer to add to cart if the product is low on stock add_filter('woocommerce_is_purchasable',…

Retroactive Lifetime Licenses

Mark all existing licenses for an EDD product as lifetime licenses.

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…

1 99 100 101 102 103 225