Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-login.php | apply_filters | 601 | /** * Filters the interval for redirecting the user to the admin email confirmation screen. * * If `0` (zero) is returned, the user will not be redirected. * * @since 5.3.0 * * @param int $interval Interval time (in seconds). Default is 6 months. */ |
wp-login.php | apply_filters | 1304 | /** This action is documented in wp-login.php */ do_action( 'login_footer' ); if ( $customize_login ) { ?> } ?> |