Webhook smart tags

{ "smart_tags": { "region": "Gujarat", "state": "Gujarat", "province": "Gujarat", "territory": "Gujarat", "region_code": "GJ", "country": "India", "country_code":…

CSS for Countdown Timer text

Translate the text ‘Days’, ‘Hours’, ‘Minutes’, and ‘Seconds’ into another language.

MemberPress: Add a Shortcode To Display the Number of Total Downloads for All Files

Adds the following shortcode: [mepr-display-total-downloads]. When added to any page or post, the shortcode will display…

Sarge

This snippet is the script for Sarge webchat to pop up

MemberPress: Disable Reminders if a Member has Any Active Subscription

MemberPress reminders are triggered by each individual subscription. Thus, reminders will be automatically triggered by for…

Custom Separator

This code creates a custom separator smart tag for OptinMonster, which determines whether to use ?…

Download Details Featured Image (copy)

Add the featured image to output of Download Details widget

Mobile Menu Shortcode

function mobile_menu_shortcode( $atts ) { $atts = shortcode_atts( array( 'menu_id' => '', // Optional menu ID…

Reinhard Ekker
<10

Chat

Chat über Superchat

Werner Ebneter
<10

Activer Elementor Pro + Traduction + FluentCRM

add_action('init', function () { $extensions = [ 'elementor-pro/elementor-pro.php', 'translatepress-multilingual/translatepress.php', 'fluent-crm/fluent-crm.php' ]; foreach ( $extensions as $extension…

om.DisplayRules.actions

document.addEventListener('om.DisplayRules.actions', function(event) { console.log(event.detail.DisplayRules); // An array of the Ruleset objects which have passed console.log(event.detail.DisplayRules.passed); console.log(event.detail.Campaign);…

om.Campaign.cleanup

document.addEventListener('om.Campaign.cleanup', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );

Style ALL Placeholder Text on Your Website

::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ ::-moz-placeholder { color: #333 !important; } /*…

1 91 92 93 94 95 219