Use captcha in custom login screen
-
Hey there,
I’m trying to use the captcha functionality into a login screen generated by Restrict Content Pro plugin of Pippin. Inside the functions.php file of my child-theme I use
add_action( 'rcp_login_form_fields_before_submit', array(AIOWPSecurity_General_Init_Tasks, 'insert_captcha_custom_login'), 10, 2 );
, thercp_login_form_fields_before_submit
action is located in user login template but I keep getting the following error
Warning: Missing argument 2 for AIOWPSecurity_General_Init_Tasks::insert_captcha_custom_login() in /xxx/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php on line 252
Any help would be greatly appreciated,
Dimitrishttps://www.ads-software.com/plugins/all-in-one-wp-security-and-firewall/
- The topic ‘Use captcha in custom login screen’ is closed to new replies.