• Resolved qeyduey

    (@qeyduey)


    Hello,

    We have a login page that is created with RCP. It has an action that allows third party plugins, like yours, to add additional checks and error messages when RCP processes the login form.

    Currently, Advanced noCaptcha does not show any errors when the CAPTCHA is not successfully completed.

    Here is the code:

    	/**
    
    	 * Third party plugins can use this action to add additional error checks and messages.
    	 *
    	 * @param array $_POST Posted data.
    	 */
    
    	do_action( 'rcp_login_form_errors', $_POST );
    

    How do we get the Advanced noCaptcha plugin to play nicely with RCP and post the errors through this action?

    Thanks in advance for your help! =D

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Connect to Restrict Content Pro (RCP)’ is closed to new replies.