Call to undefined function get_current_screen() – updraft-smush

I was getting this a fatal error on a wp site…

Fatal error: Call to undefined function get_current_screen() in /home/slv01/www/public_html/wp-content/plugins/wp-optimize/includes/class-updraft-smush-manager.php on line 1048

The solution? Add

require_once(ABSPATH . 'wp-admin/includes/screen.php');


to your theme/function.php

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.