Fix for no menu on site dash board
-
I added this line below function gtags_add_admin_menu() to fix the menu problem
add_action( is_multisite() ? ‘network_admin_menu’ : ‘admin_menu’, ‘gtags_add_admin_menu’, 20);
You must be logged in to reply to this topic.