Plugin Check reports naming convention warnings in uninstall.php (line 14) and uninstall.php (line 20) for $site_ids and $site_id. These variable names are too generic and should be prefixed with the plugin namespace or slug to reduce collision risk and align with WordPress coding standards. Suggested examples: $analytics_tracker_site_ids and $analytics_tracker_site_id.
Plugin Check reports naming convention warnings in uninstall.php (line 14) and uninstall.php (line 20) for $site_ids and $site_id. These variable names are too generic and should be prefixed with the plugin namespace or slug to reduce collision risk and align with WordPress coding standards. Suggested examples: $analytics_tracker_site_ids and $analytics_tracker_site_id.