Error messages on custom login pages
-
I see many people asking where the errors are stored for this plugin, but i don’t see any answers. We have custom login pages, so the plugin is not showing the error on the page.
We have used Limit Login Attempts on many sites and are updating to the “reloaded” version. In the old plugin, we could use the code below to grab the login error and assign it to the login window.
if (should_limit_login_show_msg() || $limit_login_my_error_shown) {
$msg = limit_login_get_message();
if ($msg != ”) {
$limit_login_my_error_shown = true;
$args[‘message’] = $msg;
}I don’t see similar functions to this in the new plugin. Can someone advise?
- The topic ‘Error messages on custom login pages’ is closed to new replies.