PHP Fatal error: Uncaught Error: Call to a member function get() on boolean
-
Hi,
I encountered an error in /menu-icons/includes/settings.php:694 with a child theme on a multisite installation when I tried to go to the Menus page. I solved it by changing the previous line to:
if ( is_child_theme() && is_object( $theme->parent() ) ) {
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP Fatal error: Uncaught Error: Call to a member function get() on boolean’ is closed to new replies.