Monsterlink Mobile Variant
Subscribe Now!
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
Financing Snippet
Financing Credit App Embed
NSB News and Events Aggregator
// Include Simple HTML DOM parsing library if needed (you can also manually include it if…
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 {…
HillTop Multi Tag: In-page Push
Hill Top Mult tag Inpush
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( ){ //…