SEOPress comes with a feature that may sometimes feel like a bug. A widget for Google Analytics is automatically added to the already long list of dashboard widgets – regardless of whether you use the service or not.
This field can be easily hidden with a line of code in the functions.php of the active theme (or child theme):
/** * Remove Google Analytics Widget in WordPress Dashboard * **/ add_filter( 'seopress_ga_dashboard_widget', '__return_false' );
Here on the SEOPress homepage in the Support section:
www.seopress.org/support/hooks/remove-google-analytics-widget-in-wordpress-dashboard/