When they search, make sure they find you!

ID Documentation

Hierarchical documentation system for WordPress plugins with sidebar navigation, breadcrumbs, and prev/next links.

v1.0.1 Free

Requirements

WordPress 5.0+
PHP 7.2+
Tested Up To 6.9

Changelog

# Changelog

All notable changes to ID Documentation will be documented in this file.

## 1.0.1 — 2026-02-15

- Removed deprecated `load_plugin_textdomain()` call.
- Escaped `$category->count` with `absint()` in archive template printf.
- Added `phpcs:disable` for non-prefixed variables in archive, single, and uninstall templates.
- Added `phpcs:ignore` for `tax_query` slow query warnings in template helpers.
- Added `phpcs:ignore` for Google Fonts null version parameter.

## 1.0.0 — 2026-02-13

- Initial release.
- Hierarchical `id_doc` post type with parent/child support.
- `doc_category` taxonomy for grouping docs by plugin.
- Sidebar navigation with collapsible sections and active highlighting.
- Breadcrumb trail navigation.
- Previous/Next links within the same category.
- Archive page with category grid cards.
- Taxonomy archive with hierarchical document listing.
- Hub doc architecture for clean URL organization.
- Mobile-responsive layout with sidebar toggle.