159
Snippets
40+
Favourites
1.2k
Downloads
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
Set State Field To Us States Dropdown With Default
Change the "State" field into a "Province" field.
<10
CHARITABLE_DEBUG mode
This code snippet will define the `CHARITABLE_DEBUG` constant as `true`. See https://www.wpcharitable.com/documentation/charitable-debug-mode/.
<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
Changing Text For Suggestion Donation Descriptions
You can place this code in your theme functions.php or use WPCode.
<10