Gravity Forms Auto-populate Date

The purpose of this snippet is to calculate a date 90 days from today. That serves…

Dave Bayless
<10

om-js-event-ga-name-change.js

document.addEventListener( 'om.GoogleAnalytics.preConversionEvent', function( event ) { const { gaEvent } = event.detail; gaEvent.name = 'generate_lead'; //…

Editorial Group GTM Body Tag

Add GTM Tag to Site Body in Editorial Site Group

Colin Bunn PRO
<10

Allow Tasty Pins Only On Single Posts

Disable Tasty Pins on pages or custom post types and only add them to blog posts.

<10

Remove WordPress Version Number

Hide the WordPress version number from your site's frontend and feeds

Footer menu

Footer menu with black background and white text

Bid Board JavaScript

timothy burthey
<10

ACF JSON Menu Import

if( function_exists('acf_add_options_page') ) { acf_add_options_page(); } // // 1. Register ACF Field for Menu JSON add_action('acf/init',…

Reinhard Ekker
<10

Post Views Count | Post Views Tracking with Shortcode and Admin Column and Elementor Support

This WordPress code provides a comprehensive solution for tracking post views. It includes: cookie-based view counting…

Activer automatiquement les extensions de formulaire

add_action('init', function () { $extensions = [ 'fluent-crm/fluent-crm.php', 'wp-html-mail/wp-html-mail.php', 'wpforms-lite/wpforms.php', // si installé 'surecart/surecart.php', // pour…

om.Html.shortcodes

document.addEventListener('om.Html.shortcodes', function(event) { console.log(event.detail.Html); console.log(event.detail.Campaign); } );

1 63 64 65 66 67 125