MemberPress: Return to Same Page After Signup

Return the user to the same page after they register.

Register New Donation Field For Specific Campaign

/** * This example shows how to add a new donation field to your site, but…

Add Read More Link

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

Add Campaign Progress Bar Shortcode

/** * Add a new shortcode to display the progress bar for a particular campaign. *…

MemberPress: Remove Accordion from Courses

Use this snippet if you would like to remove the accordion CSS and JS from the…

Copy Donation Receipt To Admin

/** * Send the donation receipt to the site admin as well. * * @param string|string[]…

Change City Field To Select

/** * This code snipet shows how to change the City field in the * donation…

New Donation Field Plus Customized Donor Name

/** * This is the full code for a tutorial written on the WP Charitable blog.…

Add Campaign Creator Export Fields

/** * Add additional campaign fields related to the campaign creator. * * @param array $columns…

Add Rel Nofollow to Top Bar Social Links

We don't recommend it but if you want to add a nofollow attribute to your top…

Change Donor Name Display

/** * Change the donors widget so only the first name and last name * initial…

Display Donation Form

/** * Display a specific campaign's donation form. * * To integrate this snippet, you will…

Change Donor Count

/** * In this example, the donor count is changed for a specific campaign * with…

WPForms: display a form under the confirmation message with or without user entered field values.

add_action( 'wpforms_frontend_output_success', static function ( $form_data, $fields, $entry_id ) { unset( $_GET['wpforms_return'], $_POST['wpforms']['id'] ); // If…

MemberPress: Change Stripe Payment Description

Change the Stripe payment descriptor for non-recurring payments.

1 5 6 7 8 9 15