Defining SparkPost Mailer Constants

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

MemberPress: Add/Override State Drop Down Values

Adding this code snippet to a website will override the list of states available under the…

Partner Group GTM Head Tag

Add GTM Tag to Site Header on Partner Site Group

Colin Bunn PRO
<10

Untitled Snippet

// Define the API URL const apiUrl = 'https://api.example.com/data'; // Make a GET request fetch(apiUrl) .then(response…

Mwanaidi Masoud PRO
<10

WPCode Admin Number of Snippets (copy)

Change the number of snippets displayed in the admin list using a filter.

WooCommerce Programmatically Cancel Pending Orders After 1 Hour

Post More Detail It’s possible that you’re thinking, “But I can already do that using the…

Untitled Snippet

Mihai-Daniel Sanda
<10

Relevant Life Calculator

You can use this to see how much money you can save personally when purchasing life…

Richard Picton PRO
<10

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

1 90 91 92 93 94 226