Change Add Product button URL
Change Add Product button URL
Hotfix: Remove Stripe Statement Descriptor
In EDD 3.2.8, Easy Digital Downloads changed how Statement Descriptors are used with Stripe Payments to…
Remove image link from media uploads
Older versions of WordPress automatically linked the image to the media file.
Block WP-Admin Area from Non-Administrators
Prevent users who are not administrators from accessing the wp-admin area.
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…
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-monsterlink-mobile-variant.html
Subscribe Now!
CB-Snippet
CB-Snippet - *
om-available.js
document.addEventListener('om.Campaign.load', function(event) { console.log(event.detail); } );