-
Notifications
You must be signed in to change notification settings - Fork 28
Labels
priority: mediumIssues which are important, but no one will go out of business.Issues which are important, but no one will go out of business.type: enhancement
Milestone
Description
Before submitting an issue please check that you’ve completed the following steps:
- Made sure you’re on the latest version ✔️
- Used the search feature to ensure that the bug hasn’t been reported before ✔️
Describe the bug
PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/example.com/htdocs/wp-content/plugins/imagify/inc/classes/class-imagify-views.php on line 511To Reproduce
Steps to reproduce the behavior:
- Use PHP 8.1.
- Activate Imagify.
- Visit the media library page:
/wp-admin/upload.php - See the notice in the
debug.log.
Expected behavior
No deprecation notices should be there when using Imagify with PHP 8.1.
Additional context
FILTER_SANITIZE_STRING is used in other places in Imagify's code. Those should be tackled as well.
Backlog Grooming (for WP Media dev team use only)
- Reproduce the problem
- Identify the root cause
- Scope a solution
- Estimate the effort
Metadata
Metadata
Assignees
Labels
priority: mediumIssues which are important, but no one will go out of business.Issues which are important, but no one will go out of business.type: enhancement