Call to undefined function get_current_screen()
-
Uncaught Error: Call to undefined function get_current_screen() in /.../wp-content/plugins/acf-archive/acf-archive.php:102
This can be resolved by adding before that line this:
require_once(ABSPATH . 'wp-admin/includes/screen.php');
This error showed on my Register page. Can there be update, please?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Call to undefined function get_current_screen()’ is closed to new replies.