I agree. I wish I’d never started a project with Amelia… It’s such a mess to customize…
TMS products is incompetent and dishonest.
Hi @babylon1999
It was a custom plugin that was using
add_action('admin_menu')
to remove menu items from the wordpress backend.
It was trying to remove the “Home” menu link by calling
remove_submenu_page('woocommerce', 'wc-admin');
but the end result was that all the backend links that were using ?page=wc-admin (such as Customers link and the links in the Analytics section) ended up not working.
Vincewnt
Found the issue was caused by another custom plugin.