Notify if Stripe is put in Test Mode

Notification for Test mode on Update

Ilana Borsje
<10

CPT_DIR - Users

Directory of portal users....

ismail daugherty PRO
<10

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…

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',…

Meta Pixel - InitiateCheckout Event

Meta Pixel - InitiateCheckout Event

Remove the "Apply to become a vendor" checkbox from the WooCommerce default customer signup form

/** * Remove WC Vendors "Apply to become a vendor" checkbox from the WooCommerce default customer…

Override Commissions Email Template

Modify the email template sent for commissions

1 90 91 92 93 94 234