Thread Starter
cvsoft
(@cvsoft)
Hi,
We have solved the problem. Menu size is not an issue. This is really an issue in multi-site environment since the latest WP update.
The following tag has to be added to functions.php in the subsite, not the main site. By preference in child-theme.
add_filter( ‘global_terms_enabled’, ‘__return_false’ );