Hi I am getting the Deprecated Functionality: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in
From upgrading to php version 8, the module doesnt have an updated version I can use so I need to fix the following code:
if ($blockdir == ‘ltr’ && strpos($lastfontreqstyle, “I”) !== false && strpos($lastfontstyle, “I”) === false)
Thank you very much.