/subscriptions/
-
GET
| <?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 | |
| */ |
| $this->supports = array( | |
| 'subscription_payment_method_change_admin', | |
| // Add other support flags here | |
| ); |
| <?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 | |
| */ |
| <?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 | |
| */ |
| <?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 | |
| */ |
| <?php | |
| /** | |
| * Plugin Name: Disable PayPal Reference Transactions | |
| * Plugin URI: | |
| * Description: Force the store to use PP Standard. Helps to test both sides of PayPal :+1: | |
| * Version: 1.0 | |
| * Author: Matt Allan | |
| * Author URI: http://prospress.com | |
| * License: | |
| */ |
| <?php | |
| /** | |
| * Plugin Name: Prospress.com Facebook Pixel Conversion code | |
| * Description: A plugin to bootup our Facebook Pixels on Prospress.com | |
| * Author: Prospress | |
| * Author URI: http://prospress.com/ | |
| * Version: 1.0 | |
| */ | |
| /** |
| <?php | |
| /** | |
| * Plugin Name: Small Woorld Facebook Pixel Conversion code | |
| * Description: A plugin to bootup our Facebook Pixels on Prospress.com | |
| * Author: Prospress | |
| * Author URI: https://smallwoorld.com/ | |
| * Version: 1.0 | |
| */ | |
| /** |
| <?php | |
| /** | |
| * Plugin Name: Research Prospress Pixel Conversion code | |
| * Description: A plugin to bootup our Facebook Pixels on research.prospress.com | |
| * Author: Prospress | |
| * Author URI: https://research.prospress.com | |
| * Version: 1.0 | |
| */ | |
| /** |