auth_cookie_bad_hash

auth_cookie_bad_hash

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('auth_cookie_bad_hash') is found 1 times:

  • /wp-includes/pluggable.php line 790
    786
    787
    788
    789
    790
    791
    792
    793
    794
    795
    796
         *     @type string $hmac       The security hash for the cookie.
         *     @type string $scheme     The cookie scheme to use.
         * }
         */
        do_action( 'auth_cookie_bad_hash', $cookie_elements );
        return false;
    }
     
    $manager = WP_Session_Tokens::get_instance( $user->ID );
    if ( ! $manager->verify( $token ) ) {
        /**

See this hook used in plugins: