Enable WP Multi-Site


/ Published in: PHP
Save to your folder(s)

You will need to add “define(‘WP_ALLOW_MULTISITE’, true);” in your wp-config.php to make the multisite function accessible. If you want to copy paste, use the code block below:


Copy this code and paste it in your HTML
  1. define ('WP_ALLOW_MULTISITE', true);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.