h5p / h5p-wordpress-plugin

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

fix: FILTER_SANITIZE_STRING deprecation #186

Open arzola opened 1 week ago

arzola commented 1 week ago

Problem

PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /class-h5p-plugin-admin.php on line 553

Solution

Replace current deprecated code with a suitable option, keeping the current functionality intact

Address #152 #170