159
Snippets
40+
Favourites
1.2k
Downloads
Change City Field To Select
Change the City field in the donation form to a selectable, dropdown field, with several pre-set…
<10
Disable Suggested Donation Description In Campaign (Legacy)
Add this to your theme's function.php file.
<10
Send Donation Notification For Pending Offline Donations
Sends a notification to admin if the donation is pending AND it was made in offline…
<10
Change Currency Format By Locale
This snippet below shows how to change the currency format for each language.
<10
Set State Field To Us States Dropdown With Default
Change the "State" field into a "Province" field.
<10
Round Percent Donated To Whole Number
/** * Display percent donated as rounded whole number. * * @param string $return * @param…
<10
Send Donation Receipt For Pending Offline Donations
Right after a donation is made, this sends the donation receipt to the donor if the…
<10
Change Custom Amount Field Label Per Campaign
Filter the custom amount field description on a per campaign basis.
<10
Remove Decimal Points In Suggested (US)
Will turn "$5.00" into "$5" on suggestion donation amounts in the donation form.
<10