Email: Change Footer Text
Filter the email footer text & link.
Copy Donation Receipt To Admin
Send the donation receipt to the site admin as well.
Add Offline Instructions Field
Add a new field to your donation-related emails which shows the offline payment instructions for offline…
Change Section Headers
Change the section headers in the donation form.
Disable Nonce Check For Non Logged In Users
Disables the nonce check for non-logged in donors, usually for those using page caching which causes…
Require Us Phone Number Format
This snippet shows how to alter the phone field so that it only accepts a number…
Add Empty Option To Countries List
Add an empty "Select your country"option at the start of the list of countries in the…
Change Section Headers Per Campaign
Change the section headers in the donation form.
Keep Username As Display Name
When people update their profile, keep their display name set to be the same as their…
Add Individual Category Tag Columns
Show a separate column for each category and tag, with a 1 or a 0 in…
Add Country
Add Kosovo to the list of countries in Charitable.
Blog filter
Add a filter for blogs
Explicit Fixed Width and Height
Explicit Fixed Width and Height for images
Ensure Webfont is Loaded (Elementor)
add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );
Change user role for buyers
This is useful if, for example, you want buyers to be able to access dedicated content…