Multisite Setup on Subsite only
-
How to set up LP on a multisite subsite?
Activated only on subsite.example.com, but registration page lands on main site example.com/local-signup, which does not exist.
The form action is: action=https://example.com/wp-signup.php
code from this script is the cause…
sfwd-lms/includes/payments/ld-login-registration-functions.php
if ( is_multisite() ) { $learndash_register_action_url = network_site_url( 'wp-signup.php' ); ... } else { $learndash_register_action_url = site_url( 'wp-login.php?action=register', 'login_post' ); ... }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.