auth_cookie_bad_hash, $cookie_elements

auth_cookie_bad_hash, $cookie_elements

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-includes/pluggable.php line 884
    			 *     @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 ) ) {
    			/**