Created
October 10, 2019 11:48
-
-
Save runningman84/f076d99cc4155db9aabfaae8be2235da to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?php | |
define('WP_ALLOW_MULTISITE', getenv('WP_ALLOW_MULTISITE') ? 'true' : 'false'); | |
echo WP_ALLOW_MULTISITE; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment