auth_cookie_bad_session_token, $cookie_elements

auth_cookie_bad_session_token, $cookie_elements

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('auth_cookie_bad_session_token, $cookie_elements') is found 1 times:

  • /wp-includes/pluggable.php line 906

    * @type string $hmac The security hash for the cookie.
    * @type string $scheme The cookie scheme to use.
    * }
    */
    do_action( ‘auth_cookie_bad_session_token’, $cookie_elements );
    return false;
    }

    // Ajax/POST grace period set above.
    if ( $expiration < time() ) { $GLOBALS['login_grace_period'] = 1; [/php]