WPForms: new smart tag - Current Unix Time
Using wp_date() function to output a Unix time where the smart tag is used.
storyworlddigital
Digital StoryWorld Digital StoryWorld Inicio Historias Recursos Sobre Contacto Bienvenidos a Digital StoryWorld Un espacio educativo…
Shop Manager - View Only.js
Creates a Shop Manager - View Only role that can view the backend, but cannot edit…
Lawyer in Martin County – LegalService Schema
Site-wide JSON-LD schema identifying Lawyer in Martin County as a LegalService providing car accident and personal…
Disable PayPal for Multi-Item Checkout
Disables the PayPal gateway when the cart contains multiple items. PayPal disabled the ability to purchase…
Untitled Snippet
PIPAS — Biennale de Photographie Genève PIPAS À propos Pratique 24 22 PIPAS Biennale de Photographie…
Disallow Store Credit When There Is an Active Coupon in the Cart
- When you apply coupon first, once the cart refreshes, the Store Credit field will be…
Top Pagination
Adds pagination links to the top of the [downloads] short code
Restrict Coupons by Shipping Methods
To find your exact shipping method IDs, you can use either of these quick methods: 1.…
Untitled Snippet
Connect to site google
Add an image filed to the sign up form
// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…
Disable sold by link on checkout page
/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…