Facebook Pixel

Abby Herman
<10

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…

Reset Duplicator Pro capabilities

This snippet resets the Duplicator Pro capabilities. Insert it into the wp-config.php file, refresh the wp-admin…

om.Html.init

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

om.Rule.init

document.addEventListener('om.Rule.init', function(event) { console.log(event.detail.Rule); // The specific rule object. console.log(event.detail.Rule.rule); console.log(event.detail.Campaign); } );

om.Campaign.reset

document.addEventListener('om.Campaign.reset', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );

om external links monsterlink

(function(window, document) { // Your campaign's UNIQUE ID var campaignSlug = 'YOUR-UNIQUE-ID'; // Helper to get…

allow editors

add_filter( 'optin_monster_api_menu_cap', function( $cap ) { return 'edit_pages'; } );

Yes/No view

#om-{{id}}-yesno button.{{ns}}-CloseButton { /* Your Custom Styles */ }

css-example.css

html div#om-{{id}} [class$="-form"] { /* Your custom styles */ }

Untitled Snippet

<meta name="google-site-verification" content="dd3uXq84TzhHtU_Hb3LG5Lw0lrijOzL6AKE6A3ST1uM"

1 86 87 88 89 90 215