auth_cookie_malformed

auth_cookie_malformed

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('auth_cookie_malformed') is found 1 times:

  • /wp-includes/pluggable.php line 705
    701
    702
    703
    704
    705
    706
    707
    708
    709
    710
    711
         * @param string $cookie Malformed auth cookie.
         * @param string $scheme Authentication scheme. Values include 'auth', 'secure_auth',
         *                       or 'logged_in'.
         */
        do_action( 'auth_cookie_malformed', $cookie, $scheme );
        return false;
    }
     
    $scheme     = $cookie_elements['scheme'];
    $username   = $cookie_elements['username'];
    $hmac       = $cookie_elements['hmac'];