Deprecated PHP
-
If I have my debug log turned on, I get hoards of the following deprecated PHP notices. I’m using PHP 8.2.
[15-Mar-2024 17:38:05 UTC] PHP Deprecated: Creation of dynamic property Google\Site_Kit_Dependencies\Google\Service\AnalyticsData\Row::$dimensionValues is deprecated in /path/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Row.php on line 32
[15-Mar-2024 17:38:05 UTC] PHP Deprecated: Creation of dynamic property Google\Site_Kit_Dependencies\Google\Service\AnalyticsData\Row::$metricValues is deprecated in /path/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Row.php on line 46If I leave my debug log on, it quickly gets to well over 100K in size and before long over a MB! Please fix!
The topic ‘Deprecated PHP’ is closed to new replies.