Add a new (or append if one exists) .htccess just inside the wp-admin directory and insert the following:
order deny,allow allow from 10.10.10.10 deny from all
*Update 10.10.10.10 with your own IP. You can insert multiple “allow” rows with additional IP addresses.
Recent Comments