why dopped use of login_form_bottom filter
-
Hi,
I just found out that there’s no
add_filter( 'login_form_bottom', array( &$this, 'add_captcha_form' ), '');
in ver. 1.2.10
which troubles me because simple
add_action( 'login_form', array( &$this, 'add_captcha_form' ) );
does not work on custom login page with use wp_login_form().
Is there any reason you dropped login_form_bottom filter ?
- The topic ‘why dopped use of login_form_bottom filter’ is closed to new replies.