Forums
(@progpapa)
4 years, 8 months ago
I have a similar problem.
Changing line 75 in wp-content/plugins/gs-pinterest-portfolio/includes/Admin.php
from this:
array( $this, 'displayMainMenuPage' ),
to this:
array( $this, 'displayMainMenuPage' )
(remove trailing comma) fixes the problem.