Hello,
Is it possible to remove some of the boxes visible in the NGG dashboard?
Eg. locale box, news box?
I'm trying something like this:
unset($wp_meta_boxes['ngg_overview']['left']['core']['dashboard_primary']);
which is working but only if i place it in the plugin's admin/overview.php file which defeats the purpose.
I don't want to make this modification on every plugin update.
Thanks