Set Header Menu as "Custom"
If you are using a custom menu plugin for your header menu you can define your…
Remove Campaign Description
Remove the campaign descriptions from the campaign loop (campaign shortcodes).
Add Multiple Checkboxes To Donation Form
This uses the "multi-checkbox" vs just "checkbox" for a single checkbox.
Add Dynamic Hidden Field
Dynamically set as a hidden field in the donation form, based on the ID of the…
Remove "Login with GoDaddy" from GoDaddy Managed WordPress
When using a managed WordPress account with GoDaddy, they make the Login for WordPress show a…
How to Add BCC to Email Notifications (for all forms)
add_filter( 'wp_mail', function ( $args ) { // Add the BCC email address here $bcc_address =…
To Remove a Single Field From {all_fields}
This code snippet removes a single field from your email notifications while still using the {all_fields}…
Change Country Field To Hidden
Change the Country field in the donation form to a hidden field with a hard-coded default…
Variable Pricing Dropdown
Convert variable prices from radio buttons to a dropdown
Custom Style Icons for Rating field
This snippet will customize your rating icons in the Rating field
Add WPCode Custom Field Smart Tag
Add a custom smart tag for the WPCode scripts metabox that outputs the value of a…
Show local fonts in block editor
Display custom fonts in the backend editor
Button - Add to cart to Buy Now
add_filter( 'woocommerce_product_add_to_cart_text', function( $text ) { if ( 'Add to cart' == $text ) { $text…
Hide Admins from being tracked
Adds a function that will allow you to properly add all your tracking scripts and stop…
Add Custom Campaign And Donation Field
In this example, a new email field is added which can be used both in campaign…