RATES – CP General Rate Range
5.60% – 9.50%Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
5.60% – 9.50%Continue reading
5.60%Continue reading
/* * A local translation snippet. Change ‘YOUR TEXT HERE’ to your desired text. * * This snippet will work for any phrases in Charitable and Charitable extensions. */ function charitable_text_switcher( $translations, $text, $domain ) { // Changes the “Donate”…Continue reading
/** * This example shows how to make a form field required or not required. * * Our first example below changes the ‘phone’ field in the Donation Form * into a required field; our second example changes the ‘first_name’…Continue reading
/** * Unhook default Charitable template functions. * * In this example, we’re going to remove the donor count from the campaign * page, but you can adapt this to unhook any template functions that are * added by Charitable.…Continue reading
/** * Load Charitable template files in the admin area. * * Some plugins or themes attempt to run shortcodes in the admin * area, which can cause a fatal error with Charitable. The core * plugin attempts to avoid…Continue reading
/** * By default, Charitable includes a User Dashboard menu, but * this is not automatically added unless the theme builds * in support for it. * * If you want to include the User Dashboard menu at the top…Continue reading
This snippet has moved to https://github.com/Charitable/library/tree/master/forms/general/remove-form-fields.phpContinue reading