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
Untitled Snippet
// Define the API URL const apiUrl = 'https://api.example.com/data'; // Make a GET request fetch(apiUrl) .then(response…
WPCode Admin Number of Snippets (copy)
Change the number of snippets displayed in the admin list using a filter.
Untitled Snippet
Đồ Thị Hàm Số Đồ Thị Hàm Số Thêm Đồ Thị Reset Màu Đồ Thị: Hiển…
Relevant Life Calculator
You can use this to see how much money you can save personally when purchasing life…
Remove "mail.readwrite" Scope for the Outlook Mailer
This snippet removes the `mail.readwrite` scope from the WP Mail SMTP plugin Outlook provider.
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…