Bug: crashes Appearance/Customize menu
-
Hello again,
Plugin seems to break Customize menu with the following error message :
Call to undefined function get_current_screen() in […] acf_admin_columns.php:478Adding the following at the top of acf_admin_columns.php seems to solve the problem :
require_once(ABSPATH . ‘wp-admin/includes/screen.php’);
See :
https://ww.wp.xz.cn/support/topic/call-to-undefined-function-get_current_screen-5/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bug: crashes Appearance/Customize menu’ is closed to new replies.