auth_cookie_bad_session_token

auth_cookie_bad_session_token

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('auth_cookie_bad_session_token') is found 1 times:

  • /wp-includes/pluggable.php line 812

    * @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]