One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| <?php | |
| /** | |
| * Plugin Name: [Smush] - Original Images | |
| * Plugin URI: https://premium.wpmudev.org/ | |
| * Description: Displays all original images so they can be deleted. Requires Smush | |
| * Author: Panos Lyrakis @ WPMUDEV | |
| * Author URI: https://premium.wpmudev.org/ | |
| * License: GPLv2 or later | |
| */ |
| <?php | |
| add_action( 'woocommerce_checkout_subscription_created', 'maybe_reinstate_gifting_address', 99, 3 ); | |
| /** | |
| * Ugly hack to reinstate the ship to address, if it's been removed by the gifting plugin | |
| * Don't remove if it's an existing user though | |
| * @param [type] $subscription [description] | |
| * @param [type] $order [description] | |
| * @param [type] $recurring_cart [description] |