auth_cookie_bad_hash, $cookie_elements
auth_cookie_bad_hash, $cookie_elements
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_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 ) ) { /**