Change the default location for the signup page, including the levels page or the default WordPress multisite page for multisite networks.
/** * Filter the sign up page for the levels page or default multisite page. * * @since 2.3.0 * * @see pmpro_wp_signup_location * * @param string $location The location to the sign up page. * * @return string Full URL to the sign up page. */ apply_filters( 'pmpro_wp_signup_location', $location ); |
Parameters
- $location
- string
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/includes/login.php
View in Source Code