Contributors: pratikchaskar Donate link: https://www.paypal.me/BrainstormForce Tags: edd, payment, redirect Requires at least: 4.4 Tested up to: 6.6 Stable tag: 1.0.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
Redirect to a custom URL after successful purchase.
Redirect user to a custom URL after the order is successfully processed.
This section describes how to install the plugin and get it working.
e.g.
- Upload
plugin-name.php
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Place
<?php do_action('plugin_name_hook'); ?>
in your templates
- Fix: Fatal error on front end when Easy digital downloads plugin is not active.
- Improvement: Added compatibility to WordPress 6.1
- Security: Use escaping for displaying purchase details string.
- Passing payment ID parameter to redirect URL after successful purchase.
- Add support for Paypal and other off site payment gateways.
- Initial Release