WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about auth_redirect

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php do_action 1206 /**
* Fires before the authentication redirect.
*
* @since 2.8.0
*
* @param int $user_id User ID.
*/

Hook Parameters

Parameter Type Name Description
string $scheme Authentication redirect scheme. Default empty.