MemberPress: Allow Importing Coupons Associated With Affiliates (Easy Affiliate)

This code snippet is used to add the additional importing option for Easy Affiliate data. The…

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

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.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 Bottom Center

html div#om-{{id}} { width: 350px !important; left: calc(350px / 2) !important; right: calc(350px / 2) !important;…

floating-monsterlink-1

  Want to get 25,000 unique visitors a month? Click here to learn how

allow contributors

add_filter( 'optin_monster_api_menu_cap', function( $cap ) { return 'edit_posts'; } );

focus outline none

div#om-{{id}} *:focus { outline: none; }

pop-up na 'nu kopen'

Nu kopen button laat pop-up zien en geeft link naar winkelmandje

1 107 108 109 110 111 223