152 Snippets
30+ Favourites
700+ Downloads

Change Country Field To Hidden

Change the Country field in the donation form to a hidden field with a hard-coded default…

Add Custom Campaign And Donation Field

In this example, a new email field is added which can be used both in campaign…

Add Custom Campaign Field

This example shows how you can add a new campaign field to be displayed in Charitable…

Change Custom Amount Field Label

Filter the custom amount field description.

Add Campaign Creator Export Fields

Add additional campaign fields related to the campaign creator.

Change Campaign Slug Base

Change the /campaigns/ bit to something else.

Add Campaign Creator Name Donation Export

In this example, the campaign creator's name is added to the Donations export, so it's easy…

Add Field Placeholders

Add placeholder attributes to donation fields, removing the label field.

Show Admin Bar

The code below shows the admin bar for logged in users who do not have these…

Remove Campaign Description

Remove the campaign descriptions from the campaign loop (campaign shortcodes).

Add Dynamic Hidden Field

Dynamically set as a hidden field in the donation form, based on the ID of the…

Send Notifications On User Registration

/** * Notify admin and user when a user registers with Charitable. * * @param array[]…

1 2 3 4 5 6 13