wp_signup_location WordPress Filter Hook

The wp_signup_location hook is used to modify the location of the WordPress signup page. By default, this page is located at /wp-signup.php, but this hook can be used to change the location to any other URL on your site.

apply_filters( 'wp_signup_location', string $sign_up_url ) #

Filters the Multisite sign up URL.


Parameters

$sign_up_url

(string)The sign up URL.


Top ↑

Source

File: wp-login.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.