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…
Variable Pricing Dropdown
Convert variable prices from radio buttons to a dropdown
Change the Post ID Being Processed by AIOSEO
This snippet can be used to change the Post ID being processed by AIOSEO.
How to Perform Field Comparisons Within Your WPForms
/** * Perform Field Comparisons * * @link https://wpforms.com/developers/how-to-perform-field-comparisons-within-your-wpforms/ */ function wpf_dev_compare_fields( $fields, $entry, $form_data )…
Send Notifications On User Registration
/** * Notify admin and user when a user registers with Charitable. * * @param array[]…
Remove the link from the current breadcrumb item on a page
This snippet removes the link from the current breadcrumb item on a page.
Hide Admins from being tracked
Adds a function that will allow you to properly add all your tracking scripts and stop…
How to Customize the Labels for Image Choices
/* Position labels over images and hide them by default */ form#wpforms-form-1000 .wpforms-field .wpforms-image-choices-label { position:…
Customize Donation Stats
Customize the stats that are shown in the Donation Stats widget.
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…
Dynamically Displaying Years in Your Forms
/** * Dynamically display years in the forms * * @link https://wpforms.com/developers/how-to-dynamically-display-years-in-your-forms/ */ function wpf_dev_dynamic_school_year( )…
Add Campaign Raised Summary
Add a short summary after the donation details showing the funds raised by each campaign.