Насколько я понял, это может быть связано с версией php 7.4? У меня стоит 7.4.2
На всех страницах сайта на WordPress ошибка:
Deprecated: Array and string offset access syntax with curly braces is deprecated in /wp-content/plugins/clearfy/components/minify-and-combine/includes/classes/class-helper.php on line 205
/**
* Returns true if given $url is protocol-relative.
*
* @param string $url URL to check.
*
* @return bool
*/
public static function isProtocolRelative( $url ) {
return ( '/' === $url{1} ); // second char is `/`.
}