This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: WCS immediately send subscription.updated webhook | |
* Plugin URI: | |
* Description: Force immediate webhook delivery for subscription.updated webhooks on pending subscriptions | |
* Version: 1.0 | |
* Author: Matt Allan - Prospress Inc. | |
* Author URI: http://prospress.com | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Fix incorrect end dates calculated on Synced Subscriptions | |
* Plugin URI: | |
* Description: Add `&sync_date_fixer=log` to the URL to log any incorrect end dates (see log file: wcs_sync_fixer_test). Add `&sync_date_fixer=update` to the URL to log and update any incorrect end dates (see log file: wcs_sync_fixer_updated to find which subscriptions were incorrect and have been updated.) | |
* Version: 1.0 | |
* Author: Matt Allan | |
* Author URI: http://prospress.com | |
* License: GPLv2 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: User Limited Subscriptions | |
* Description: Limit users to only one active or suspended subscription | |
* Author: Matt Allan | |
* Author URI: http://www.prospress.com | |
* Version: 1.0 | |
* License: GPL v2 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$this->supports = array( | |
'subscription_payment_method_change_admin', | |
// Add other support flags here | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: WooCommerce Subscriptions Redirect to Cart | |
* Description: Redirect customers to the cart page when adding a subscription to their cart (rather than the checkout page, which is the default). | |
* Author: Gerhard Potgieter & Brent Shepherd | |
* Author URI: http://www.woothemes.com/products/woocommerce-subscriptions/ | |
* Version: 1.0 | |
* License: GPL v2 | |
*/ |
NewerOlder