Open
On a site that uses the Layouts Menu Cell to display a hierarchical WordPress menu, after updating to WordPress 6.6 the child menu items are no longer rendered.
The problem occurs because of more strict type comparisons in the WordPress core menu walker.
Until we publish an update of Layouts with the fix, you can work around the problem by editing the file /plugins/layouts/inc/cell_types/wpddl.cell_menu.class.php and updating line 320 like so:
parent::display_element($element, $children_elements, (int) $max_depth, $depth, $args, $output);