wp_registration_url

Advertisement

Summery Summery

Returns the URL that allows the user to register on the site.

Syntax Syntax

wp_registration_url()

Return Return

(string) User registration URL.

Source Source

File: wp-includes/general-template.php

	 * @param string $logout_url The HTML-encoded logout URL.
	 * @param string $redirect   Path to redirect to on logout.
	 */
	return apply_filters( 'logout_url', $logout_url, $redirect );
}

/**
 * Retrieves the login URL.
 *
 * @since 2.7.0

Advertisement

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.

Advertisement

Leave a Reply