Skip to content

Prefix uninstall variables to satisfy WordPress naming conventions #5

@valeriu

Description

@valeriu

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions