auth_cookie_expired

auth_cookie_expired

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('auth_cookie_expired') is found 1 times:

  • /wp-includes/pluggable.php line 739
    			 *     @type string $hmac       The security hash for the cookie.
    			 *     @type string $scheme     The cookie scheme to use.
    			 * }
    			 */
    			do_action( 'auth_cookie_expired', $cookie_elements );
    			return false;
    		}
    
    		$user = get_user_by( 'login', $username );
    		if ( ! $user ) {
    			/**