159 Snippets
40+ Favourites
1.2k Downloads

Register Multiple Donation Fields

Add multiple new fields to your donation form.

Remove Stats Summary Block

Remove the campaign summary block (funds raised, number of donors, etc).

Remove Campaign Stats Loop

Remove the progress bar and funds raised from the campaigns grid/loop.

Set Default Donation Amount

Set the default donation amount for all campaigns.

Remove Campaign Name From Donation Summary

Change the output of the line items displayed by the donation summary in email receipts.

Delete Pending Donations

This script properly deletes all pending donations using WordPress functions ensuring all hooks fire and related…

Hide Campaign Meta (Author, Date, Comments)

Automatically hides theme-generated meta information from campaign pages (only for Charitable Pro 1.8.13).

Remove Gift Aid "Title" Field From Donation Forms

add_filter( 'charitable_default_donation_fields', function( $fields ) { if ( isset( $fields['title'] ) ) { // Remove from…

Remove Donation Columns

Remove columns from the Donations export.

Set Default Donation Amount Per Campaign

Customize the default donation amount on a per campaign basis.

Remove Stats Summary Block From Specific Campaign

Hide the campaign summary stats from a few specific campaign, using the campaign IDs.

Format Date

Change the date format of the "Date of Donation" column in the Donations export.

1 11 12 13 14