PurpleTurtleCreative / website

Official WordPress website of Purple Turtle Creative.
https://purpleturtlecreative.com/
1 stars 0 forks source link

Define environment global #5

Closed MichelleBlanchette closed 1 year ago

MichelleBlanchette commented 2 years ago

Set in wp-config.php in each environment. This helps distinguish prod from staging environments.

Something like... PTC_ENV = {prod|staging|dev}

MichelleBlanchette commented 1 year ago

WordPress actually has an environment constant and built-in functions. Regardless, I don't have any environment-specific functionality right now.