Skip to content

Instantly share code, notes, and snippets.

@runningman84
Created October 10, 2019 11:48
Show Gist options
  • Save runningman84/f076d99cc4155db9aabfaae8be2235da to your computer and use it in GitHub Desktop.
Save runningman84/f076d99cc4155db9aabfaae8be2235da to your computer and use it in GitHub Desktop.
<?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