HubSpot Tracking Code

HubSpot Tracking Code

Meredith Bleak PRO
<10

Expire pass when counter used up

This plugin makes All Access passes expire at the moment their download counter is used up.

Customize the WooCommerce Email Template Subject for Wholesale Customers

More info at: https://woocommerce.com/document/configuring-woocommerce-settings/emails/#custom-email-templates

Remove Post Title from Yoast Breadcrumb

/* Remove Post Title from Yoast Breadcrumb */ add_filter('wpseo_breadcrumb_single_link', 'remove_breadcrumb_title' ); function remove_breadcrumb_title( $link_output) { if(strpos(…

Add CSS classes to apply for vendor label

/** * Add CSS class to apply for vendor label in a registration * * @param…

home slider html

if (is_front_page()) : ?>

Add data-no-optimize to all JS snippets

This snippet filters the output of all the WPCode JavaScript snippets to add the data-no-optimize parameter…

<10

Escaping Data

// instead the _e(), __() or _x() use the escaped version _e('Email Summary', 'duplicator-pro'); // this…

After Checkout Event in EDD

This snippet would stop sending cart abandonment campaigns to your push subscribers as the purchase goal…

Combined Date – Time Format (Do something with the Local Start Time) | Display Eventbrite Events

The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…

Switching between ftp_put and ftp_fput FTP upload methods in Store Exporter Deluxe

function custom_woo_ce_cron_export_ftp_switch() { // ftp_put or ftp_fput return 'ftp_fput'; } add_filter( 'woo_ce_cron_export_ftp_switch', 'custom_woo_ce_cron_export_ftp_switch' );

<10

Tasty Recipes - Change star rating size and spacing

Use this code example to change the star rating size and spacing inside the recipe card

<10

AdCritter

Audience Pixel Code

Amanda Sox
<10

Back to Top Button (copy)

Add a simple button to scroll back to top on the frontend.

1 86 87 88 89 90 217