wp-database-tools
wp-database-tools copied to clipboard
Fixes for PHP 8.2 deprecation warnings
Fixes for the following types of warnings in PHP 8.2:
-
Using ${var} in strings is deprecated, use {$var} instead -
Creation of dynamic property X is deprecated
I'm not sure if @calvinwinter monitors or maintains this at all anymore, but thank you @peterhebert - saved me some work!