I have a problem with an old plugin installed on my Wordpress site. Since I updated my php to php 7.4, I am getting the message saying: "Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior". The error is detected on line 454 of UpdateChecker.php file, which is the following:
$cachedResult = (strpos($pluginPath, $muPluginDir) === 0);
Could anyone please help me to solve the issue? I would really appreciate!
Thanks in advance
Cheers