1.0.11 min read
WordPress.org Review Compliance
Document the release hygiene, prefixing, licensing, i18n, and safety decisions for review.
Vacuum Image Optimizer is maintained with WordPress.org review expectations in mind.
Metadata
- Plugin URI:
https://mcorucu.com/en/projects/vacuum-image-optimizer - License: GPLv2 or later.
- License URI:
https://www.gnu.org/licenses/gpl-2.0.html - Text domain:
vacuum-image-optimizer - Domain path:
/languages
Prefixing
- Constants use
VACIMG_. - Runtime public identifiers use
vacimg_. - PHP classes live under
VacuumImageOptimizer.
Packaging
The WordPress.org package excludes development files such as Git metadata, composer files, node modules, tests, docs, logs, editor folders, and local environment files.
Safety
The plugin avoids external APIs, skips risky formats, uses nonces and capability checks for admin actions, sanitizes settings, escapes output, and keeps backup-first behavior for source changes.
Related articles
SecurityReview capability checks, nonces, sanitization, escaping, file safety, and no external API design.InternationalizationReview text domain, language files, bundled locales, and the admin interface language selector.PrivacyUnderstand local processing, stored metadata, report data, backups, and external service behavior.