This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Description
Warning: Use of undefined constant WP_ENV - assumed 'WP_ENV' (this will throw an Error in a future version of PHP) in /app/public/wp-content/themes/flynt-starter-theme/dist/Features/ComponentLogServer/functions.php on line 30 Warning: Use of undefined constant WP_ENV - assumed 'WP_ENV' (this will throw an Error in a future version of PHP) in /app/public/wp-content/themes/flynt-starter-theme/dist/Features/ComponentLogServer/functions.php on line 30 Warning: Use of undefined constant WP_ENV - assumed 'WP_ENV' (this will throw an Error in a future version of PHP) in /app/public/wp-content/themes/flynt-starter-theme/dist/Features/ComponentLogServer/functions.php on line 30 Warning: Use of undefined constant WP_ENV - assumed 'WP_ENV' (this will throw an Error in a future version of PHP) in /app/public/wp-content/themes/flynt-starter-theme/dist/Features/ComponentLogServer/functions.php on line 30
Obviously this message goes away if I define WP_ENV in wp-config.php e.g.
define('WP_ENV', 'development');
But I'm wondering:
- Is this the optimal place to declare it? I couldn't' find an env file in the theme for example.
- And is it even required? i.e. should the ComponentLogServer feature be updated to not use it?
Loving the theme so far, awesome work Bleech_ : )
PHP 7.2.9 | using Local by Flywheel | WP_DEBUG = true