Open Gregman-js opened 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
I opened a PR https://github.com/h5p/h5p-wordpress-plugin/pull/174
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