register_url

register_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('register_url') is found 1 times:

  • /wp-includes/general-template.php line 485
    	 * @since 3.6.0
    	 *
    	 * @param string $register The user registration URL.
    	 */
    	return apply_filters( 'register_url', site_url( 'wp-login.php?action=register', 'login' ) );
    }
    
    /**
     * Provides a simple login form for use anywhere within WordPress.
     *
     * The login form HTML is echoed by default. Pass a false value for `$echo` to return it instead.
    

See this hook used in plugins: