[Request] Custom Login Form ReCaptcha
-
It doesn’t appear that this plugin works with custom login forms via
wp_login_form()
. The login form is simply:wp_login_form( array( 'remember' => false, 'label_log_in' => 'Login', 'redirect' => home_url(), ) );
It would be neat if in a future version it supported custom login forms – it has a bunch of hooks to get into.
- The topic ‘[Request] Custom Login Form ReCaptcha’ is closed to new replies.