• For Login Message feature:

    Would suggest to add an extra check to login_message filter and only output the message during normal login dialog, not when requesting a password change or when confirming a new password or when logging out.

    Something similar to this:

    if ( empty( $_GET['action'] ) && empty( $_GET['checkemail'] ) && empty( $_GET['loggedout'] ) ) {
        $message .= ...
    

    Also would suggest to add an additional classname for custom styling when required, similar to this:

        $message .= '<p class="message rda-login-message">' ...
    

    Thanks for great plugin.

Viewing 1 replies (of 1 total)
  • Hi ov3rfly,

    Good catch! I’ll definitely add the non-login-page checks in a future release. Thanks for the suggestion. I’ll also consider the custom class ??

Viewing 1 replies (of 1 total)
  • The topic ‘Suggestion for Login Message’ is closed to new replies.