Change WordPress user roles and capabilities › Forums › Restrict or Permit access inside WordPress – how to › Lock WordPress site to members only › Reply To: Lock WordPress site to members only
30/06/2014 at 01:14
#741
Vladimir
Keymaster
1) In order to force any visitor to login 1st:
– create folder wp-content/mu-plugins
– create there file force-login.php
– insert this PHP code:
File with code about is so-called 'must-use' plugin. This code will be executed automatically.
2) I have not any reports about problems between URE and Members plugins.