Can Username and Password be passed to WP Login page in an IFrame?
Loading the admin panel in the browser, and loading the admin panel inside an iframe are the same thing. You can’t block one without blocking the other unless you differentiate them somehow. You would need to make the code that stops users accessing the admin panel look for some identifier, e.g.: if the URL has … Read more