Skip to content
Epiktetos Theme1.0.0
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

AreaFinding
LicenseGPL v2 or later declared in style.css and readme.txt.
Theme metadataTheme name, URI, author, version, requirements, text domain, and tags are declared.
Screenshotscreenshot.png is present.
Readmereadme.txt is present.
PHPCS configphpcs.xml.dist is present.
Text domainepiktetos is declared and loaded.
Theme supportsStandard supports are registered in functions.php.
External fontsReadme describes self-hosted fonts.
Nonces and capabilitiesAdmin tooling includes nonce and capability checks in inspected paths.
Activation behaviorThe 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.

Related articles