Site_URL
-
In mstw-ss-utility-functions.php (in /wp-content/plugins/mstw-schedules-scoreboards/includes/) on line 794
$ret_url = get_site_url( null, '/game/'.$game_slug, null );
This will break the game pages for any users who make use of the site_url setting in wordpress.
This should read
$ret_url = get_home_url( null, '/game/'.$game_slug, null );
which should have zero impact upon users who don’t have a different site_url to the install location for wordpress.
https://www.ads-software.com/plugins/mstw-schedules-scoreboards/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Site_URL’ is closed to new replies.