auth_cookie_malformed

auth_cookie_malformed

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('auth_cookie_malformed') is found 1 times:

  • /wp-includes/pluggable.php line 705
    			 * @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'];