Fatal error: Call to undefined function GlobalMetaBoxOrder\get_current_screen()
-
Hello, please add a extra check on line 173 if the current request is a ajax request. Something like this: if ( is_ajax() ) { return false; }
The get_current_screen() function only works if it’s not a ajax request. 🙂
Thanks!
Thomas
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Fatal error: Call to undefined function GlobalMetaBoxOrder\get_current_screen()’ is closed to new replies.