Food quiz

Getting Older Quiz 🧠 Healthy Food Quiz for Older Adults Submit Quiz

Display Page/Post ID

This snippet can be used to display Page/Post ID in the Admin Dashboard. Adds option to…

What is Available

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

om.Rule.init

document.addEventListener('om.Rule.init', function(event) { console.log(event.detail.Rule); // The specific rule object. console.log(event.detail.Rule.rule); console.log(event.detail.Campaign); } );

om.Styles.positionPopup example 1

document.addEventListener('om.Styles.positionPopup', function(event) { const campaign_selector = "#om-" + event.detail.Campaign.id + "-" + event.detail.Campaign.view; $(campaign_selector).dragon(); } );

Slide Reposition Top Right v2

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

form autofocus

document.addEventListener('om.Form.autofocus', function(event) { let omForm = event.detail.Form; omForm.autofocus = false; }

master home page final

Shop Doggyography Blog Contact More than a collar. A nightly transformation. An expression of identity. A…

Untitled Snippet

Soufian Seddiki
<10

WPCODE_DIR_AB_ACF - Fields for WPCode Snippets Sync

/** * WPCode Snippet: ACF Fields for WPCode Snippets Sync * Description: Registers ACF fields to…

ismail daugherty PRO
<10

NEXTSTEP SHORTCODE CRONJOB

/** * Compliance Calendar - Cron Jobs (Overdue Detection) * Checks for overdue compliance items and…

ismail daugherty PRO
<10

Remove the LLMS Description for a Specific Post

This snippet removes the description from llms.txt for a specific post ID.

<10
1 111 112 113 114 115 124