Add Subscriber to Segment

This snippet helps you add the push subscriber to the segment as per the action defined.

Buy Now Button - Variation

add_filter( 'gettext', 'customizing_product_variation_message', 10, 3 ); function customizing_product_variation_message( $translated_text, $untranslated_text, $domain ) { if ($untranslated_text ==…

Carla Mawyin
<10

Remove Last Name at Checkout

Removes the Last Name field from the checkout page. Note: This worked with checkout shortcode only

Yoast SEO

Integration with Yoast SEO with WC Vendors

Register Podcast Meta Fields

Automatically adds the 'Key Concepts', 'Referenced in this Episode', and 'Companion Post Link' input fields to…

Craig Carroll
<10

Conversion Event Snippet

When people click on book now or sign up and redirected to Mindbody for bookings.

Mitch Bilic PRO
<10

Add Security Info to Checkout

Replace the image on checkout with the proper image for your SSL certificate.

Enable Full WP_Editor on Product Fields

add_filter( 'wcv_product_description_editor_settings', 'wcv_full_editor' ); add_filter( 'wcv_product_short_description_editor_settings', 'wcv_full_editor' ); function wcv_full_editor( $settings ){ $settings['teeny'] = false; return…

How To Show Last Modified Date On Blog Post Instead Of Published Date in WordPress

If you want to display the last modified date on your blog post without using a…

Using an Office 365 GCC or DoD email address

For security measures, Government Community Cloud (GCC) and U.S. Department of Defense (DoD) accounts typically use…

Facebook storage tracking

Pixel for tracking self storage traffic

Cam McMaster
<10

Google Webmaster SEO Issue | Fix Duplicate without user-selected canonical

This snippet hooks into Rank Math’s rank_math/frontend/robots filter to modify how WordPress handles robots meta tags…

Remove Price

Removes the price from all add to cart buttons

1 33 34 35 36 37 125