wp_loginout function and hide backend
-
Hi,
Is the BWPS plugin supposed to modify automatically the wp_login_url by adding the correct filter in order to return the correct “hidden” wp-login url ?
i.e. is there any code like this in the plugin ?
add_filter( 'login_url', 'hidden_login_url', 10, 2); function hidden_login_url( $force_reauth, $redirect ){ $login_url = '/myhiddenloginurl'; return $login_url ; }
Thanks for your help.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wp_loginout function and hide backend’ is closed to new replies.