Awesome! I found the script that was causing the issues and got rid of it, all is well again! Thanks for the help.
Any way you could hide this link?
https://funwhileitlasted.net/american-indoor-soccer-association-1984-1990/
You’ll notice on the page there are headings labeled
Tombstone
Leadership
Attendance
These are supposed to be the tabs.
Line 95 –
$menu_item_url = 'admin.php?page=' . @$submenu_item_url;
If we use the @ symbol in front of the variable that does not exist it will fix error, but it is not the correct way to fix the issue.