Solid WP PRO – Hide backend
-
Hello,
We use the security plugin Solid WP PRO. And with that plugin I can hide the backend with behind a custom URL. On this page users can register themself and that is working good. But after registration the user is redirected to https://domain.com/wp-login.php?checkemail=registered. But with the hide backend enabled I get the error message “This has been disabled.” Because with the hide backend enabled all wp-admin and wp-login pages are disabled for non-logged in users, except if those pages are visited through the custom URL.
I have no idea how the plugin is build. But is it possible to change the code so it uses the default login/registration URL functions from WordPress? Like the function wp_login_url() and for example add the parameter “checkemail” with the add_query_arg() function. Because Solid WP also uses the wp_login_url() function and add the custom URL conditions to that function. For example:
$checkemail_url = add_query_arg(‘checkemail’, ‘registered’, wp_login_url());Hopefully it can be build that way, so the plugin is compatible with Solid WP and maybe many other plugins.
If you have any questions, let me know.
The topic ‘Solid WP PRO – Hide backend’ is closed to new replies.