Action hook 'auth_redirect'

in WP Core File wp-includes/pluggable.php at line 1221

Description

Fires before the authentication redirect.

Occurrences

Filename Line Number
wp-includes/pluggable.php 1221

Parameters

Type Name Description
int $user_id User ID.

PHP Doc

/**
			 * Fires before the authentication redirect.
			 *
			 * @since 2.8.0
			 *
			 * @param int $user_id User ID.
			 */