← Back to News & Newsletter Support
kostretsov.m.a35081
Good plugin but there was a trouble when I go to the plugin settings error appears. https://prnt.sc/mle926
Code:
public static function startsWith($haystack, $needles) { foreach ((array)$needles as $needle) { if ($needle !== '' && substr($haystack, 0, strlen($needle)) === (string)$needle) { return true; } }
return false;
}
how to fix?
1-2 of 2