Make Donor Address Required
Make all address fields required on donation pages.
Add Custom Field
Display the custom field in the campaign grid.
How to Add Address Field Validation For Authorize.net
/** * Add address validation for Authorize.net address fields * * @link https://wpforms.com/developers/how-to-add-address-field-validation-for-authorize-net/ */ function wpf_dev_authorize_address_validation(…
Change / Translate Plugin Text
This is a local translation snippet that should work for any phrases in Charitable and Charitable…
Add Featured Image
Add a featured image to the individual campaign pages.
Disable SEO News Dashboard Widget
This filter can be used to Disable SEO News Dashboard Widget.
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}…
Display Donation Form
Display a specific campaign's donation form.
Custom Style Icons for Rating field
This snippet will customize your rating icons in the Rating field
Customizing Checkbox and Radio Fields to Look Like Buttons (Specific Forms)
This code snippet will customize Checkbox and Radio fields to look like buttons.
Change Default Post Type Plural Label “Locations”
This filter can be used to change the default post type plural label from “Locations” to…
How to Display Hidden Single Item Fields in Order Summary
This code snippet will display the hidden single item field in order summary
Duplicate Posts and Pages
// Add the duplicate link to action list for post_row_actions // for "post" and custom post…
Remove Unused JS
/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…
Remove Line Breaks From CSV Exports
This snippet will remove the line breaks from CSV exports.