Closed MichelleBlanchette closed 1 year ago
Set in wp-config.php in each environment. This helps distinguish prod from staging environments.
Something like... PTC_ENV = {prod|staging|dev}
WordPress actually has an environment constant and built-in functions. Regardless, I don't have any environment-specific functionality right now.
Set in wp-config.php in each environment. This helps distinguish prod from staging environments.
Something like... PTC_ENV = {prod|staging|dev}