om.Html.scripts

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

om.Form.validate

document.addEventListener('om.Form.validate', function(event) { // ...custom validation code here if (validateError) { event.detail.Form.errors.validate.push('This is the error message')…

Ngăn WP cắt ảnh

add_filter('intermediate_image_sizes_advanced', function ($sizes) { $sizes = array( 'thumbnail' => $sizes['thumbnail'], // Giữ lại thumbnail 'medium' =>…

Slide Reposition Top Right v2

html div#om-{{id}} { top: 0px !important; bottom: unset !important; transition: top 0.3s ease 0s !important; }

Unified Product ID for Facebook Feed || WPML || PFE

function adt_wpml_unified_product_id( $product_data, $feed, $product ) { // Only run for Facebook dynamic remarketing feed if(…

<10

Typography Enqueue

function typography_enqueue_styles() { // Enqueue Typeboost.css from Cloudflare CDN wp_enqueue_style('typeboost-css', 'https://cdnjs.cloudflare.com/ajax/libs/typeboost/1.0.0/typeboost.css', array(), '1.0.0'); // Enqueue webfontloader.js…

Untitled Snippet

const crypto = require('crypto'); const secret = '•••••••••'; // Your verification secret key const userId =…

Untitled Snippet

https://www.profitableratecpm.com/ah2e1c9qf?key=b1f254c5743b5d7cf5028084099859ea

Gravity Forms: Cambridge Caregivers Gravity Forms Snippets

Credit Card Expiration Field on Cambridge Caregivers Engagement Form year dropdown set to current year and…

<10

Elementor Shrinking Header Snippet

/* shrinking header section */ .shrinker { background: transparent; height: (set your header height in pixels);…

Runs After A Successful OptinMonster Conversion (om.Optin.success)

Here are some things to know before you begin: All Javascript events are asynchronous. All campaign…

Angie Meeker PRO
<10

Mjellma Widget

function custom_dashboard_widget() { echo ' Për cdo pytje rreth webfaqes ju lutem na kontaktoni. Website: Mjellma.al…

1 123 124 125 126 127 217