MemberPress: Exclude Specific Custom Fields from MemberPress Registration Forms
This code snippet allows you to hide specific custom fields on MemberPress registration forms when a…
WriteSonic
Fix Issues with Website
Máscara CPF 2
// Carrega a biblioteca Inputmask var script = document.createElement('script'); script.src = "https://cdnjs.cloudflare.com/ajax/libs/jquery.inputmask/5.0.8/jquery.inputmask.min.js"; script.onload = function ()…
Payment Method Smart Tag
This code only has handling for klarna, us_bank_account and card (default). The other available types are…
Styling the Cookies plugin by CookiesYes
The popular "Cookies by CookiesYes" plugin is used on more than 1.5 million websites (https://www.cookieyes.com/product/wordpress-plugin/), yet…
MemberPress: Generate All Invoices
function generate_bulk_invoices() { if( isset( $_REQUEST[ 'generate-invoices' ] ) ) { global $wpdb; $query = "SELECT…
om.Html.append.before
document.addEventListener('om.Html.append.before', function(event) { console.log(event.detail.Html); console.log(event.detail.Campaign); } );
om.Optin.init
document.addEventListener('om.Optin.init', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…
snow
snip
Slide Reposition Bottom Center v2
html div#om-{{id}} { width: 350px !important; left: calc(350px / 2) !important; right: calc(350px / 2) !important;…