om-js-events-ga-add-param.js

document.addEventListener( 'om.GoogleAnalytics.preConversionEvent', function( event ) { const { gaEvent } = event.detail; gaEvent.params.your_param1 = param1value; gaEvent.params.your_param2…

Editorial Group GTM Head Tag

Add GTM Tag to Site Header on Editorial Site Group

Colin Bunn PRO
<10

Financing Snippet

Financing Credit App Embed

Dani Chu
<10

NSB News and Events Aggregator

// Include Simple HTML DOM parsing library if needed (you can also manually include it if…

bo pennington
<10

Remove "p" tags Contact Form 7

Remove tags from the forms in the frontend

Apply Coupon when a radio button is clicked on The WooCommerce Product Page

Apply Coupon when a radio button is clicked on The WooCommerce Product Page

Untitled Snippet

body { font-family: Arial, sans-serif; text-align: center; margin: 20px; background-color: #f9f9f9; color: #333; } h1 {…

<10

Set Campaign Thumbnail Size

Set campaign thumbnails to have the same size.

Hide social login from checkout

Good for when you are using it elsewhere on your website and do not want it…

Expire pass when counter used up

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

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 a video field to the sign-up form

// Add the video field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_video_uploader'); function wcv_video_uploader( ){ //…

1 92 93 94 95 96 133