Change Login Form Arguments
The 'charitable_login_form_args' filter allows you to set the arguments that are passed to wp_login_form().
Change Donor Name Display
Change the donors widget so only the first name and last name initial of the donor…
Add Pending To Approved Statuses
Make the "Pending" status an approved statuses, so that it is counted in the campaign funds…
Add Offline Instructions Field
Add a new field to your donation-related emails which shows the offline payment instructions for offline…
Add Donation Receipt Opt Out Checkbox
In this function we register a new donation field with a key of `receipt_opt_out`. If the…
Move User Fields In Donation Form
In this example we move the user fields section (the "Your Details" bit) to appear below…
Set Minimum Donation Amount
Set the minimum donation amount required.
Change State To Province
Change the "State" field into a "Province" field.
Do Not Hide Donor Fields For Logged In Users
Charitable hides the donor fields for users who are logged in and you can force shown…
Allow Zero Dollar Donations
Allow people to "donate" $0.
Add User Field
This adds a field to the end of the "Your Details" section in the Profile form.
Customize Amount Raised Text
In this example, we change how the "X donated of Y goal" text appears.
Set Custom Donation Receipt Page For Offline Donations
You may want to use a different donation receipt page for Offline donations than your other…
Allow Admin Access
Enables access for logged in users who do not have certain permissions.
Remove Donor Count From Specific Campaign
Hide the campaign donor count from a specific campaign, using the campaign ID.