Ultra Shop button

A button to link our shop to the Ultraceuticals Shop

Block WP-Admin Area from Non-Administrators

Prevent users who are not administrators from accessing the wp-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…

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); } );

Disable a Payment Gateway for a country on WooCommerce Checkout Page

Disable a Payment Gateway for a country on WooCommerce Checkout Page

MemberPress: Allow Coupon for Active Members Only

The code snippet will display the error if an inactive member (user/guest without any active subscriptions)…

1 129 130 131 132 133 233