Toggle switch pricing tabel

$( document ).ready(function() { $('.group-two').hide(); $('.change-price').on('click', function() { $('.group-one, .group-two').toggle(); } ); });

Livrare 20kg plus

Cheltuielile de livare nu sunt incluse în prețul total la comenzile care depășesc 20 kg !…

Notify if Stripe is put in Test Mode

Notification for Test mode on Update

Ilana Borsje PRO
<10

Remove Campaign Name From Donation Summary

Change the output of the line items displayed by the donation summary in email receipts.

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…

WPForms: display a form under the confirmation message with or without user entered field values.

add_action( 'wpforms_frontend_output_success', static function ( $form_data, $fields, $entry_id ) { unset( $_GET['wpforms_return'], $_POST['wpforms']['id'] ); // If…

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

Generate a virtual coupon when order is completed.

This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…

1 130 131 132 133 134 215