159 Snippets
40+ Favourites
1.2k Downloads

Donation Form Email Check

If you need to do manual validation of an email when a donation is being submitted…

Remove Organisation Field

Remove "organisation" from the profile form.

Add User Email To Donation Summary

This will allow - among other places - for the user email to be displayed on…

Register New Donation Field For Specific Campaign

Add a new donation field to your site, but only display it in the front-end donation…

Include Pending Donors

By default, the Donors widget & shortcode will only include donors with Paid donations. With this…

Change Text For Minimum Donation Message

This allows you to change text for the display of the minimum donation on a donation…

Add Gateway Donation Field

Enable an email tag for the gateway_label donation field.

Add Tag And End Date To Funded Campaign

Sometimes, it can be useful to do something special for campaigns that have been fully funded.

Change Accepted Countries Per Campaign

This example shows how to change the accepted countries list on a per-campaign basis.

Set Campaign Thumbnail Size

Set campaign thumbnails to have the same size.

CHARITABLE_DEBUG mode

This code snippet will define the `CHARITABLE_DEBUG` constant as `true`. See https://www.wpcharitable.com/documentation/charitable-debug-mode/.

Round Percent Donated To Whole Number

/** * Display percent donated as rounded whole number. * * @param string $return * @param…

1 8 9 10 11 12 14