Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
[WooCommerce Subscriptions] Enabling Subscriptions Emails on a Staging Site
// Enable subscription-related emails on a staging site
if ( ! defined( 'WCS_FORCE_EMAIL' ) ) {
define( 'WCS_FORCE_EMAIL', true );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment