159 Snippets
40+ Favourites
1.2k Downloads

Send Donation Receipt For Pending Offline Donations

Right after a donation is made, this sends the donation receipt to the donor if the…

Change "City" To Town/City

Change the label of the"City" field into a "Town/City" field.

Change Custom Amount Field Label Per Campaign

Filter the custom amount field description on a per campaign basis.

Remove Decimal Points In Suggested (US)

Will turn "$5.00" into "$5" on suggestion donation amounts in the donation form.

Changing Text For Suggestion Donation Descriptions

You can place this code in your theme functions.php or use WPCode.

Charitable Reporting: Adjusting Initial Filters

Changes the default reporting filters for the overview report page in the admin.

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 10 11 12 13 14