Change Donation Cancellation Url

/** * Change the URL that donors are returned to when they cancel their donation. * * @param string $url The default donation cancellation URL. * @param array $args Mixed arguments. * @return string */ function ed_charitable_set_donation_cancellation_url( $url, $args )…Continue reading

Set Wp Login Url To Charitable Login Page

/** * Always use the Charitable login page as the login. * * @param string $login_url The login URL. Not HTML-encoded. * @param string $redirect The path to redirect to on login, if supplied. * @param bool $force_reauth Whether to…Continue reading