There was an error while loading. Please reload this page.
Any special reason to not make the following variable being controlled by docker environment setups?
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors', 0);
Any special reason to not make the following variable being controlled by docker environment setups?