Hello. After updating the theme, I still get a similar error, saying:
Fatal error: Uncaught Error: Call to undefined function get_current_screen() in /afs/elte.hu/user/b/berkri/web/wordpress/wp-includes/script-loader.php:2465
I checked the code, and it is:
if(
is_admin() &&
! get_current_screen()->is_block_editor()
) {
return;
}
Any ideas? Thanks in advance!
-
This reply was modified 2 years ago by memmorg.