Fatal error: Call to undefined function private_suite_set_roles() in public_html/wp-content/plugins/private-suite/private-suite.php on line 19
????
Fatal error: Call to undefined function private_suite_set_roles() in public_html/wp-content/plugins/private-suite/private-suite.php on line 19
????
I had the similar issue, but it is very easy to get it fixed.
Change line 19:
private_suite_set_roles();
to:
private_suite_reset_roles();
thanks, that worked. ;)
Thank you, razibh! In fact, you can remove that line altogether, and I've just updated the plugin accordingly.
This topic has been closed to new replies.