wp-media / imagify-plugin

Speed up your website with lighter images without losing quality.
https://imagify.io
71 stars 25 forks source link

Fix the fatal error Class "WP_List_Table" not found #876

Closed wordpressfan closed 5 months ago

wordpressfan commented 5 months ago

Description

Fixes #869

Documentation

User documentation

Nothing changed, we just guarded against not having this class.

Technical documentation

We just loaded the file ABSPATH . 'wp-admin/includes/class-wp-list-table.php' when this class is not there.

Type of change

Delete options that are not relevant.

New dependencies

No

Risks

No risks.

Checklists

Feature validation

Documentation

Code style

Observability

Risks