IMPORTANT: This code is made available in the hope that it will be useful, but without any warranty. See the GNU General Public License for more details. Automattic or WooCommerce support services are also not available to assist with the use of this code.
Log the beginning and end of subscription renewal events. Helps track how long the renewal process is taking.
To do this, the plugin logs important data around renewal events to WooCommerce log file prefixed with 'wcs-renewal-log-'
.
To view the log file:
- Go to WooCommerce > System Status > Logs (i.e.
/wp-admin/admin.php?page=wc-status&tab=logs
) - Select the log file with the
'wcs-renewal'
prefix
- Upload the plugin's files to the
/wp-content/plugins/
directory of your WordPress site - Activate the plugin through the Plugins menu in WordPress
In order to use the extension, you will need:
- WooCommerce Subscriptions v2.1 or newer (you could use it on older versions, but there is no need)
- WooCommerce v2.4 or newer, the version required by Subscriptions v2.1
The Subscriptions Renewal Process Guide provides additional background on the what activties occur during the renewal process.
This plugin is released under GNU General Public License v3.0.