Search results for: admin
WP Simple Pay: Remove Card Terms
Removes auto-generated terms displayed under card fields.
Maintain+ Footer Credit
jQuery("footer").append(" Site managed by Maintain+ ")
WPForms: add field description in notification HTML and plain text emails
With this snippet, you can add a field description in notification emails that are sent to…
Disable WP Texturize
// Disable curly quotes remove_filter( 'the_content', 'wptexturize' );
Single Vendor Purchase
Limits the customers purchase to a single vendor
Dynamic Monsterlinks By Class Name
// Target by class name window.onload = function(){ const dynamicMonsterLinks = document.querySelectorAll("a.myClass"); dynamicMonsterLinks.forEach(dynamicMonsterLinks => dynamicMonsterLinks.href =…
How to Add an Empty Dropdown to Dropdown Items
This snippet maintains a clean "--Select--" option without the zero price display when using the Dropdown…
Change "Your Donation" On Donation Form
On donation forms, the headline "Your Donations" can be changed to any text you want with…
WSG GTM Body Tag
Add GTM Tag to Site Body in WSG Site Group
Change Business Info Phone Icon
This filter can be used to change the business info phone icon. Replace "/assets/images/email-icon.png" with the…
Add the type property to that Image property in the Organization schema
This snippet will add the 'ImageObject' type property in the 'Organization' schema markup.
Block IP Addresses From Completing Your Form
Using this snippet will allow you to add specific IP Addresses from completing your forms.