Defining Outlook Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
MemberPress: Disable Address Fields for a Specific Membership
Note: This code will not work if ReadyLaunch™ is enabled on the registration page. The code…
MemberPress: Add Shortcode To Output the User’s Subscription Expiration Date
Adds the following shortcode: [mepr-sub-expiration membership=' ']. The shortcode will output the expiration date of the…
Disable WordPress Admin Bar for all users
Disable WordPress Admin Bar for all users
MemberPress: Auto-populate coupon on all registration forms
Use this code to automatically apply a specified coupon code to all of the website's MemberPress…
om-vue.js
// Using Vue Router. import Vue from 'vue'; import Router from 'vue-router'; Vue.use(Router); const router =…
om-webhook-response.json
{ "om_response_data":{ "redirect":"https://optinmonster.com" } }
improv tonight pop up
pop up email list sign in
CONNECT TO API GATEWAY
This code is to connect to an API, this is a test
specific-element-custom-font.css
div#om-{{id}} .my-headline * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }
Untitled Snippet
connect site to google
Disable All UpdraftPlus Email Notifications
This snippet completely disables all email notifications from UpdraftPlus, including backup reports, error notifications, warnings, and…
Untitled Snippet
document.addEventListener('om.Campaign.load', function(event) { console.log(event.detail); } );