WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about auth_cookie_malformed

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php do_action 699 /**
* Fires if an authentication cookie is malformed.
*
* @since 2.7.0
*
* @param string $cookie Malformed auth cookie.
* @param string $scheme Authentication scheme. Values include 'auth', 'secure_auth',
* or 'logged_in'.
*/

Hook Parameters

Parameter Type Name Description
string $cookie Malformed auth cookie.
string $scheme Authentication scheme. Values include 'auth', 'secure_auth',