Defining Other SMTP Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

MemberPress: Mailchimp Feed Unblocker

Allows Mailchimp feed through the MemberPress rules protections. Go into your Mailchimp RSS setting and add…

MemberPress: New and Improved Remove State From Registration (For countries that don’t have a drop down)

This code snippet will override the MemberPress script used to manage the state field on the…

om-angularjs.js

// Using AngularJS. var myApp = angular.module('myApp', []); myApp.run(function($rootScope) { $rootScope.$on("$locationChangeStart", function(event, next, current) { if…

om-listeners-convert.js

om{{id}}.Listeners.convert();

htmk to monsterlink

jQuery(document).ready(function($) { $('a[href="#"]').addClass("manual-optin-trigger"); $('a[href="#"]').attr("data-optin-slug", "pm6fnflhiocj7cge"); });

WSG GTM Body Tag

Add GTM Tag to Site Body in WSG Site Group

Colin Bunn PRO
<10

Change the FILEMANAGERURL

Change the FILEMANAGERURL in Modern Pos

Add Theme Supports

Reference: https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/#opt-in-features

Untitled Snippet

document.addEventListener("DOMContentLoaded", () => { const canvas = document.getElementById("canvas"); const ctx = canvas.getContext("2d"); const expressionInput = document.getElementById("expressionInput");…

<10

Google Analytics

Downloaded when the analytics account was setup

Steven McGraw
<10

MemberPress: Reposition the Invoice Wrapper in the Registration Form

This code snippet will move the invoice section (.mepr-transaction-invoice-wrapper) of the registration form and position it…

MemberPress: Restrict Email Patterns for All Memberships

This code snippet prevents users with specific email patterns from registering for any membership on the…

1 126 127 128 129 130 212