Some PHP deprecation warnings

Nothing major but thought I’d just let you know about these deprecation warnings from the debug log:

  • PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /wp-content/themes/pro/cornerstone/includes/dynamiccontent/Random.php on line 197
  • PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /wp-content/themes/pro/cornerstone/includes/dynamiccontent/Random.php on line 199
  • PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /wp-content/themes/pro/framework/legacy/functions/fonts.php on line 45
  • PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /wp-content/themes/pro/framework/legacy/functions/fonts.php on line 46

Running PHP 8.3.

So far these are the only entries in the debug log since installing the beta so that’s pretty good :grin:

I think those have been in there, but we’ll get them updated in the beta. Thanks!

1 Like