auth_cookie_expired

auth_cookie_expired

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('auth_cookie_expired') is found 1 times:

  • /wp-includes/pluggable.php line 739
    735
    736
    737
    738
    739
    740
    741
    742
    743
    744
    745
         *     @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 ) {
        /**