
DK API transforms WordPress into a clean, controlled API backend by disabling the frontend theme layer entirely, selectively removing default WP REST API routes, and registering a clean, versioned custom REST namespace.
Core Features
- Fully disables the WordPress frontend.
- Preserves Gutenberg compatibility while removing unnecessary endpoints.
- Exposes clean endpoints for Posts, Pages, Categories, Taxonomies, and Menus.
- Built-in structured block parsing for WordPress 7.0 readiness.
- Resolves Advanced Custom Fields (ACF) natively in API responses.
Screenshots

General Settings Dashboard: Toggle the frontend disabler, configure CORS headers, and view active API routes.

API Authentication Tab: Enforce secure access, generate secure API keys, and manage client permissions.

Content Exposure: Control exactly which default endpoints and Custom Post Types are exposed publicly.

Cache & Rate Limiting Settings: Optimize performance using transient caching and daily request limit metrics.

Exposed APIs Reference Table: View the full list of active endpoint URLs generated by your exposure settings.