h5p / h5p-wordpress-plugin

Adds support for H5P Content in WordPress.
https://wordpress.org/plugins/h5p/
71 stars 74 forks source link

Deprecation Warning in PHP 8: Creation of dynamic property is deprecated #169

Open Gregman-js opened 9 months ago

Gregman-js commented 9 months ago

https://github.com/h5p/h5p-wordpress-plugin/blob/118e742fc600db03dedd498a8be73dc617741c15/admin/class-h5p-plugin-admin.php#L63

Above line create dynamic property which is deprecated in php 8.2

https://www.php.net/manual/en/language.oop5.properties.php#language.oop5.properties.dynamic-properties

arzola commented 8 months ago

I opened a PR https://github.com/h5p/h5p-wordpress-plugin/pull/174