MemberPress: Filter Email Recipients Based on Expired Memberships
The code snippet updates the email recipient lists by removing email addresses of users whose membership…
MemberPress: Load All Currently Enqueued Styles In MemberPress Courses for Popup Maker plugin
By default, if the ReadyLaunch Courses/Lessons template is enabled, the MemberPress Courses add-on won’t enqueue 3rd-party…
Automatically Set Featured Image from First Image in Post
Automatically Set Featured Image from First Image in Post
DJ ANIMATIONS MUSICALES
Animation musicales des soirées privées et publiques
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…
Force downloadable checkbox to be checked on the vendor product editor
/** * Force downloadable checkbox to be checked using MutationObserver */ function force_downloadable_checkbox_checked() { ?>
om.Html.append.after
document.addEventListener('om.Html.append.after', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…
om.Optin.init.submit example
document.addEventListener('om.Optin.init.submit', function(event) { // Grab the email address submitted by the user. const email = event.detail.Optin.data.fields.email;…
Slide Reposition Top Left v2
html div#om-{{id}} { top: 0px !important; bottom: unset !important; right: auto !important; margin-left: 20px !important; transition:…
Del 1
Intro + Bilkort + Søkefelt
Custom Tax Display Settings for Regular Prices by Specific Wholesale Roles
This code snippet will be applied to simple products on the single product page only
om-disable-preload.js
document.addEventListener('om.Campaign.init.preload', function(event) { event.detail.Campaign.settings.preload = false; });