auth_cookie_malformed, $cookie, $scheme

auth_cookie_malformed, $cookie, $scheme

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('auth_cookie_malformed, $cookie, $scheme') is found 1 times:

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