Pass Plugin Check and resolve all guideline violations #67

Open
opened 2026-07-01 01:06:45 +00:00 by manlycucumber · 0 comments
manlycucumber commented 2026-07-01 01:06:45 +00:00 (Migrated from github.com)

Problem

Public distribution requires passing the official Plugin Check tooling and the WordPress.org plugin guidelines (escaping, sanitization, prefixing, no disallowed calls).

Acceptance criteria

  • Plugin Check runs in CI and the plugin passes with no errors.
  • All output is escaped and all input sanitized/validated per guidelines.
  • All globals, options, and hooks use the plugin prefix.
  • No disallowed functions or remote-code patterns remain.

Notes

Gate releases on a green Plugin Check in CI.

## Problem Public distribution requires passing the official Plugin Check tooling and the WordPress.org plugin guidelines (escaping, sanitization, prefixing, no disallowed calls). ## Acceptance criteria - [ ] Plugin Check runs in CI and the plugin passes with no errors. - [ ] All output is escaped and all input sanitized/validated per guidelines. - [ ] All globals, options, and hooks use the plugin prefix. - [ ] No disallowed functions or remote-code patterns remain. ## Notes Gate releases on a green Plugin Check in CI.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Directorium/Ordo#67
No description provided.