1.0.02 min read
Theme Review Compliance
WordPress.org review-relevant implementation notes for Epiktetos.
This page records review-relevant facts found in the inspected theme. It is not a substitute for running the current WordPress.org Theme Review checks.
Present in the inspected package
| Area | Finding |
|---|---|
| License | GPL v2 or later declared in style.css and readme.txt. |
| Theme metadata | Theme name, URI, author, version, requirements, text domain, and tags are declared. |
| Screenshot | screenshot.png is present. |
| Readme | readme.txt is present. |
| PHPCS config | phpcs.xml.dist is present. |
| Text domain | epiktetos is declared and loaded. |
| Theme supports | Standard supports are registered in functions.php. |
| External fonts | Readme describes self-hosted fonts. |
| Nonces and capabilities | Admin tooling includes nonce and capability checks in inspected paths. |
| Activation behavior | The theme shows a setup notice; no forced automatic redirect was documented in inspected behavior. |
Items to verify before submission
- Run Theme Check and PHP_CodeSniffer with the WordPress standards.
- Generate and include a translation template if the distribution target requires it.
- Confirm all output is escaped and all input is sanitized in current code.
- Confirm SVG upload handling is limited to intended branding workflows and safe for the target distribution policy.
- Confirm admin notices, wizard actions, and sample content actions are opt-in and capability protected.
- Confirm accessibility behavior with keyboard and screen-reader testing.
Guidelines change
WordPress.org theme review rules can change. Always compare the release package with the current guidelines before submission.