Search results for: admin
Google Call Tracking - On Website
This snippet goes on the Contact page where our phone number is displayed. It allows Google…
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…
om-button-monsterlink.html
Subscribe Now!
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 Field Values for Dropdown, Checkboxes, and Multiple Choice Fields
Adds the option to display field values for Dropdown, Checkboxes, and Multiple Choice fields. Once you've…
Disable Plugin & Theme Editor
Prevent users from using the Plugin & Theme file editor.
Maintain+ Footer Credit
jQuery("footer").append(" Site managed by Maintain+ ")
Block IP Addresses From Completing Your Form
Using this snippet will allow you to add specific IP Addresses from completing your forms.
Disable WP Texturize
// Disable curly quotes remove_filter( 'the_content', 'wptexturize' );
Disable PayPal for Multi-Item Checkout
Disables the PayPal gateway when the cart contains multiple items. PayPal disabled the ability to purchase…