WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about register

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-login.php apply_filters 863 /**
* Fires inside the lostpassword form tags, before the hidden fields.
*
* @since 2.1.0
*/
wp-login.php apply_filters 1009 /**
* Fires following the 'Strength indicator' meter in the user password reset form.
*
* @since 3.9.0
*
* @param WP_User $user User object of the user whose password is being reset.
*/
wp-login.php apply_filters 1477 /**
* Fires following the 'Password' field in the login form.
*
* @since 2.1.0
*/
wp-includes/general-template.php apply_filters 705 /**
* Filters the HTML link to the Registration or Admin page.
*
* Users are sent to the admin page if logged-in, or the registration page
* if enabled and logged-out.
*
* @since 1.5.0
*
* @param string $link The HTML code for the link to the Registration or Admin page.
*/

Hook Parameters

Parameter Type Name Description
string $register The user registration URL.