142 Snippets
20+ Favourites
40+ Downloads

Add Donation Form Shortcode

/** * Display a specific campaign's donation form using a shortcode. * * After adding this…

Add Select Field To Donation Form

/** * Add a select field to the donation form. * * Fields are added as…

Set Wp Login Url To Charitable Login Page

/** * Always use the Charitable login page as the login. * * @param string $login_url…

Register New Donation Field 1.5

/** * In Charitable 1.5, the method for registering new * donation fields has become much…

Set Custom Donation Receipt Page

/** * You can set a custom donation receipt page, including a page * that is…

Add Extra Column

/** * This example shows how to remove columns from the Donations export. * * Since…

Set Fixed Donation Amount

/** * Automatically set the donation amount and recurring * period for donations. * * @param…

Disable Donations After Goal Is Reached

/** * NOTE: This code snippet must be included in your theme's functions.php file, * or…

Send New User Notifications

/** * Send the new user notification after someone registers * through the Charitable registration form.…

Add Accept Terms Field

/** * Add a Terms and Conditions donation field, showing * whether the donor accepted terms…

Change Section Headers

/** * Change the section headers in the donation form. * * @param array $fields All…

Remove Section

/** * You may decide that you do not need some of the sections in the…

1 2 3 4 5 12