WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about register_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 477 /**
* Filters the user registration URL.
*
* @since 3.6.0
*
* @param string $register The user registration URL.
*/

Hook Parameters

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