Change Campaign Rewrite To Not Use With Front

/** * Customizes the definition of the campaign post type, setting the * with_front option to…

Custom Email Template

Creates a custom email template for EDD emails.

Add Offline Instructions Field

/** * This example shows how you can add a new field to your donation-related *…

Set State Field To Us States Dropdown With Default

/** * Change the "State" field into a "Province" field. * * @param array[] $fields *…

Remove Donor Count From Specific Campaign

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

Change Currency Format By Locale

/** * By default, Charitable allows you to specify a single currency format * for the…

Ajax snippet

Jeremy Setters
<10

Woocommerce category archive sort products by date by default

Change the name of the category (in this e.g. gramatas). Now it will show newest products…

Register Multiple Donation Fields

/** * If you want to add multiple new fields to your donation form, * you…

Remove Donor Count

/** * An example showing how to do this is provided at https://github.com/Charitable/library/blob/master/general/unhook-default-charitable-template-functions.php. * * It…

WPForms: add field description in notification HTML and plain text emails

With this snippet, you can add a field description in notification emails that are sent to…

MemberPress: Replace Country Code with Country Name

Replaces the 2-digit country code in the {$user_address} parameter for emails with the full country name.

Send Donation Receipt For Pending Offline Donations

/** * Right after a donation is made, this sends the donation receipt to * the…

Set Default Highlight Colour

/** * NOTE: This snippet will not work in versions of Charitable prior to 1.2. *…

Insert Template at the Bottom of the Mobile Menu

The following snippet can be used to insert a custom template in the bottom region of…

1 8 9 10 11 12 15