Remove WordPress Version Number

Hide the WordPress version number from your site's frontend and feeds

Google Event Code

Google Event Code for Enquiry Form Thank You Page

Deepika Kumar PRO
<10

Affiliate Disclaimer

This site contains affiliate links for products and services I personally use and can happily recommend.…

MemberPress: Prevent Customers from Certain States in the US from Registering

This code snippet will prevent users based in specific US States from registering. For the code…

MemberPress: Restrict Email Domains on Registration

This code snippet will limit the membership registration to only the allowed list of email domains.…

Zoominfo

Chad Geary
<10

MemberPress: Customize Unauthorized Message For Logged-Out Non-Authorised User and a Logged in Non-Authorised User

This snippet customizes the unauthorized message shown to users who attempt to access content protected by…

Máscara CPF

// 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 ()…

Display Page/Post ID

This snippet can be used to display Page/Post ID in the Admin Dashboard. Adds option to…

Stripe 2 Registration Form Update

Formidable Forms - When a Stripe payment is successful on the Stripe Payment form I want…

Harry Abell
<10

Give export capability to administrator

This snippet adds the export capability to the administrator user role.

JSON-LD for 25 foot Beam Press Release

{ "@context": "https://schema.org", "@type": "NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://easilymovedequipment.com/easily-moved-equipment-unveils-25-foot-5-tonne-aluminum-beam-for-high-capacity-gantry-cranes-80-lighter-than-steel/" }, "headline": "Easily Moved Equipment…

jamie Flynn
<10

om.Html.shortcodes

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

om.Campaign.changeView.done

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

1 91 92 93 94 95 226