• I have noticed that this plugin only works fully with the standard WP login page. When using a custom login page, like one associated with a plugin, the user is never shown an error stating that they are blocked or have only a certain number of attempts.

    I checked for this error in the standard WP error places, but i could not find it. I am assuming it is only pushed into the message field through the login_errors filter and not stored elsewhere.

    Is there a way to retrieve this error so that it could be printed on a login page?

Viewing 1 replies (of 1 total)
  • Yes there is.

    This code will do it

    <?php echo $limit_login_attempts_obj->get_message(); ?>

    You can then append to a string and make a cool error message.

Viewing 1 replies (of 1 total)
  • The topic ‘Using custom login pages with Limit Loging Attempts Reloaded’ is closed to new replies.