152
Snippets
30+
Favourites
700+
Downloads
Add Tag And End Date To Funded Campaign
Sometimes, it can be useful to do something special for campaigns that have been fully funded.
<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
Changing Text For Suggestion Donation Descriptions
You can place this code in your theme functions.php or use WPCode.
<10
Remove Terms Fields
If you would like to enable the terms and conditions, privacy policy and user contact consent…
<10
Move Campaign Summary Description Below Content
Shuffle the order of things on the campaign page.
<10