Set State Field To Us States Dropdown With Default

Change the "State" field into a "Province" field.

Change Custom Amount Field Label Per Campaign

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

Set Fixed Donation Amount

Automatically set the donation amount and recurring period for donations.

Bulk Update Campaign End Dates

Bulk-update the end date for all campaigns.

Move Campaign Summary Description Below Content

Shuffle the order of things on the campaign page.

Round Percent Donated To Whole Number

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

Change Amount Donated

Change what amount is shown as donated for a particular campaign.

Add Hours Currency

Add a custom currency called "Hours".

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.

Change "City" To Town/City

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

Donation Form Email Check

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

Update Donation Summary

Often you might want to change the output of where a donation summary is outputted for…

CHARITABLE_DEBUG mode

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

1 63 64 65 66 67 210