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…

om-webhook-example-v1.0.1.json

{ "lead": { "email": "[email protected]", "ipAddress": "1.2.3.4", "referrer": "https://optinmonster.com/", "timestamp": 1699985224, "privacyConsent": true, "firstName": "Archie", "lastName":…

om-available.js

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

Untitled Snippet

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

MemberPress: Add Custom Field to Transactions Table

This code snippet will add data collected through a custom field on MemberPress registration forms to…

1 138 139 140 141 142 218