Created
November 4, 2022 16:57
-
-
Save woogists/8f60aaf38c2c82dca84601bc89c72f2e to your computer and use it in GitHub Desktop.
[WooCommerce Subscriptions] Enabling Subscriptions Emails on a Staging Site
This file contains 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
// 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