Yoast SEO

Integration with Yoast SEO with WC Vendors

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…

Facebook storage tracking

Pixel for tracking self storage traffic

Cam McMaster
<10

Remove Price

Removes the price from all add to cart buttons

Rank Math

Support for Rank Math

Disable Blog Posts

// Remove side menu add_action( 'admin_menu', function () { remove_menu_page( 'edit.php' ); } ); // Remove…

After Checkout Event In WooCommerce

This would stop sending cart abandonment campaigns to your push subscribers in the WooCommerce store as…

om-nextjs.js

import { useEffect } from 'react'; import { useRouter } from 'next/router'; const OptinMonsterEmbed = ()…

Append Post Count to Category Descriptions in LLMS Files

This snippet appends the post count to category descriptions shown in llms.txt

<10

paypal

adam holt
<10

Translate Products

Code required to translate the word "Products".

1 34 35 36 37 38 123