Solution for settings error
-
Hi, I just ran into the same issue as described here.
I’ve managed to fix it myself, just go to
web/app/plugins/team-rosters/mstw-team-rosters.php
and change line 348.- Before:
$site_url = site_url( '/wp-admin/edit.php?post_type=mstw_tr_player&page=mstw-tr-settings' );
- After:
$site_url = site_url( '/wp-admin/admin.php?page=mstw-tr-settings' );
- Before:
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Solution for settings error’ is closed to new replies.