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.4.3

do_action('auth_cookie_bad_hash') is found 1 times:

  • /wp-includes/pluggable.php line 790
    			 *     @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: