wordpress-importer
wordpress-importer copied to clipboard
https://php.watch/versions/8.2/${var}-string-interpolation-deprecated
in php 8.2 the class-wp-import.php line 954
${$meta['key']} = $meta['value'];
Triggers a depraction notification.
More information to be found here https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated
This was also reported in Trac 59990.
https://github.com/WordPress/wordpress-importer/blob/576c5b7ab26f49ee28bdc0af52dc32cd498a76c0/src/class-wp-import.php#L954
i don't see the error anymore. nor am i able to recreate it. weird.