PHP Warning: The magic method MchGdbcBasePublicPlugin::__wakeup()
-
I am getting the following message in my error log:
[24-Feb-2024 21:42:00 UTC] PHP Warning: The magic method MchGdbcBasePublicPlugin::__wakeup() must have public visibility in /home2/webdetj8/public_html/clone/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBasePublicPlugin.php on line 44
I read in another plugin’s support threads that the fix is to change the “private” to “public” in the plugin code (see below). Is this something you will be fixing?
private function __wakeup() { }
public function __wakeup() { }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.