h5p / h5p-wordpress-plugin

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

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in class-h5p-plugin-admin.php #170

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#L547

Deprecated as of PHP 8.1.0, use htmlspecialchars() instead

https://www.php.net/manual/en/filter.filters.sanitize.php

kraftner commented 5 months ago

I think this can be closed as a duplicate of #152