It works for me with WordPress 4.8.2. For the error in teamp.php, you have two solutions :
– upgrade to php version 5.5 or later
– edit the team.php file, line 16 and replace if(!empty($league->getGroup())) by if($league->getGroup() <> ”)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘WordPress 4.8’ is closed to new replies.