PHP Deprecated error by wc-page-functions
-
Would anyone please know what is causing this message in the debug file of my WordPress installation:
PHP Deprecated: strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www.mydomain.com/www/wp-content/plugins/woocommerce/includes/wc-page-functions.php on line 139
Line 139 of the wc-page-functions.php file then is
if ( strstr( $path, $customer_logout ) || strstr( $query, $customer_logout ) ) {
The PHP Deprecated line keeps being added every few seconds, I have thousands of them.
I am running PHP 8.1.18. All my plugins and WP core are the latest and up to date.
Thanks
The topic ‘PHP Deprecated error by wc-page-functions’ is closed to new replies.