Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogists/8f60aaf38c2c82dca84601bc89c72f2e to your computer and use it in GitHub Desktop.
Save woogists/8f60aaf38c2c82dca84601bc89c72f2e to your computer and use it in GitHub Desktop.
[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