Remove Donation Form Fields

/** * This example shows how to remove fields from the donation form. * * Note…

Set Custom Redirection After Registration

/** * Send the user to a custom page after they have registered. * * @param…

MemberPress: Exclude Posts, Pages, Categories, or Tags from PayWall

Exclude specific posts, pages, categories, or tags from being viewed with the PayWall free views.

Keep Username As Display Name

/** * When people update their profile, keep their display name set to * be the…

Disable Description Text Sanitization

/** * Don't sanitize campaign description text. * * This can be used if you want…

WPForms: add BCC email header to notification emails

Check the snippet code to apply to all/some form only, plus you will need to modify…

Add Custom Donation Field With Dynamic Value

/** * This example shows how you can add a new donation field to be displayed…

Make Single Field Required

/** * Make a single field required. * * For an example showing how to make…

Allow Admin Access

/** * By default, Charitable disables admin access for users * who do not have one…

Remove Donation Columns

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

Remove the Page Title from the Page Header

The following code can be used to remove the title from the page header title area…

Change Login Form Arguments

/** * The `charitable_login_form_args` filter allows you to set * the arguments that are passed to…

Add Campaign Title To Start

/** * This snippet shows you how you can easily add the campaign name * as…

Set Minimum Donation Amount

/** * Set the minimum donation amount required. * * This requires Charitable 1.5+. If you…

Add Creator Name

/** * Display the campaign creator's name on the campaign page and in the campaign grid/list.…

1 3 4 5 6 7 15