'create a new site' links to perpage custom registration page
-
Hi,
When a subsite admin defines a perpage custom registration page, then the ‘create a new site’ link in the ‘my sites’ admin page goes to this page, instead of still going to wp-signup.php.
Perhaps it could be fixed in the shortcode.php file, on line 34, just by replacing:
if ( !is_null($jmm_options['perpage']) && $jmm_options['perpage'] != "XXXXXX" )
by
if ( !is_null($jmm_options['perpage']) && $jmm_options['perpage'] != "XXXXXX" && get_current_screen()->id != 'my-sites')
Regards
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘'create a new site' links to perpage custom registration page’ is closed to new replies.