PHP warning

Declaration of wp_bootstrap_navwalker::start_lvl(&$output, $depth) should be compatible with Walker_Nav_Menu::start_lvl(&$output, $depth = 0, $args = Array)

/home/constr71/public_html/wp-content/themes/construiti/inc/template-tags.php(442)

430             return;
431         }
432 
433         $id_field = $this->db_fields['id'];
434 
435         //display this element
436         if ( is_object( $args[0] ) ) {
437            $args[0]->has_children = ! empty( $children_elements[$element->$id_field] );
438         }
439 
440         parent::display_element($element, $children_elements, $max_depth, $depth, $args, $output);
441     }
442 }

Stack Trace

#0
+
 /home/constr71/public_html/wp-content/themes/construiti/functions.php(139): require()
134 }
135 
136 /*********************************************************************************************
137 INCLUDE
138 *********************************************************************************************/
139 require( get_template_directory() . '/inc/template-tags.php');
140 require( get_template_directory() . '/inc/extras.php');
141 require( get_template_directory() . '/inc/customizer.php');
142 require( get_template_directory() . '/inc/jetpack.php');
143 require( get_template_directory() . '/inc/meta/class-advanced-meta-box.php');
144 require( get_template_directory() . '/inc/meta/advanced-meta-box-usage.php');
#1
+
 /home/constr71/public_html/wp-settings.php(426): include("/home/constr71/public_html/wp-content/themes/construiti/function...")
421 // Load the functions for the active theme, for both parent and child theme if applicable.
422 if ( ! wp_installing() || 'wp-activate.php' === $pagenow ) {
423     if ( TEMPLATEPATH !== STYLESHEETPATH && file_exists( STYLESHEETPATH . '/functions.php' ) )
424         include( STYLESHEETPATH . '/functions.php' );
425     if ( file_exists( TEMPLATEPATH . '/functions.php' ) )
426         include( TEMPLATEPATH . '/functions.php' );
427 }
428 
429 /**
430  * Fires after the theme is loaded.
431  *
#2
+
 /home/constr71/public_html/wp-config.php(90): require_once("/home/constr71/public_html/wp-settings.php")
85 /** Absolute path to the WordPress directory. */
86 if ( !defined('ABSPATH') )
87     define('ABSPATH', dirname(__FILE__) . '/');
88 
89 /** Sets up WordPress vars and included files. */
90 require_once(ABSPATH . 'wp-settings.php');
2024-03-28 16:50:46 Apache Yii Framework/1.1.13