om.WebFonts.init
document.addEventListener('om.WebFonts.init', function(event) { console.log(event.detail.WebFonts); console.log(event.detail.Campaign); } );
om.Styles.positionPopup
document.addEventListener('om.Styles.positionPopup', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…
Slide Reposition Bottom Left
html div#om-{{id}} { right: auto !important; margin-left: 20px !important; }
om external links monsterlink uniqe id
(function(window, document) { // Your campaign's UNIQUE ID var campaignSlug = 'pcoamlfqsv7jeervep0b'; // ... the rest…
allow authors
add_filter( 'optin_monster_api_menu_cap', function( $cap ) { return 'publish_posts'; } );
Success view
#om-{{id}}-success button.{{ns}}-CloseButton { /* Your Custom Styles */ }
Untitled Snippet
const crypto = require('crypto'); const secret = '•••••••••'; // Your verification secret key const userId =…
Untitled Snippet
https://www.profitableratecpm.com/ah2e1c9qf?key=b1f254c5743b5d7cf5028084099859ea
Kode
Website
Gravity Forms: Cambridge Caregivers Gravity Forms Snippets
Credit Card Expiration Field on Cambridge Caregivers Engagement Form year dropdown set to current year and…
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…
Mjellma Widget
function custom_dashboard_widget() { echo ' Për cdo pytje rreth webfaqes ju lutem na kontaktoni. Website: Mjellma.al…
MemberPress: Get All the Sub-Accounts Data Under a Corporate Parent User
This PHP snippet creates a WordPress shortcode that displays a list of sub-account users associated with…