Austria quiz
Austria Quiz Austria Quiz 1. What is the capital city of Austria? A) Salzburg B) Graz…
MemberPress: GDPR Cookie Compliance - Load GDPR Compliance Stylesheet In Memberpress ReadyLaunch Template
This code snippet loads a specific GDPR Cookie Compliance stylesheet in the MemberPress ReadyLaunch templates. This…
Create An Admin - SQL Query
Create and Add an Admin User With MySQL in WordPress https://wp-staging.com/how-to-create-an-admin-user-with-mysql-in-wordpress/#Create_WordPress_Admin_User_SQL_Query
test
test
Disable wp-embed.min.js
Disable wp-embed.min.js
Event Use
document.addEventListener('EVENT NAME', function(event) {} );
om.Campaign.normalize
document.addEventListener('om.Campaign.normalize', function(event) { console.log(event.detail.Campaign); } );
om.Campaign.load example
document.addEventListener('om.Campaign.load', function(event) { console.log("Congratulations! The " + event.detail.Campaign.id + '-' + event.detail.Campaign.type + " optin has…
om.Analytics.impression
document.addEventListener('om.Analytics.impression', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…
Remove All Campaigns From a Specific URL-v1
document.addEventListener('om.Campaign.startShow', function(event) { if(window.location.href == 'https://example.com/specific-page') { // replace with your specific URL var optinCampaign =…