MemberPress: Display User's Course Progress in MemberPress Courses

The code snippet registers a new shortcode: [mpcs_user_courses_progress]. Adding this shortcode will display all MemberPress courses…

MemberPress: Disable the Default WordPress Password Reset Link E-Mail

If the "Disable Password Fields on membership registration forms" option is active in MemberPress settings (Dashboard…

Change Login Form Arguments

The 'charitable_login_form_args' filter allows you to set the arguments that are passed to wp_login_form().

Change State To Province

Change the "State" field into a "Province" field.

Add Read More Link

Add a Read More link to the campaigns in the campaign grid.

MemberPress: Modify the Order of the Registration and the Account Form Fields

Each field in the registration and account form is a separate element. Thus, the order of…

MemberPress: Restrict Signups to a Specific Country

This code snippet limits registration to users from the specified country only. If users from other…

Change Donor Name Display

Change the donors widget so only the first name and last name initial of the donor…

Do Not Hide Donor Fields For Logged In Users

Charitable hides the donor fields for users who are logged in and you can force shown…

Display WPForm Entries

This PHP code allows you to display form data stored by WPForms using a shortcode. The…

Allow Manual Donations Without Email

Allow donors to be be added without an email address.

Remove Donor Count From Specific Campaign

Hide the campaign donor count from a specific campaign, using the campaign ID.

Auto Complete Offline Donations

Automatically mark all offline donations as Paid.

Set Default Highlight Colour

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

1 7 8 9 10 11 29