Quick Start
Install the plugin and launch your React-powered WordPress control panel in minutes.
Installation
Install from ZIP, from WordPress.org, or build from source.
API Reference
Full REST API reference for the
wp-manager-pro/v1 namespace.Security Suite
Admin URL protection, login limiter, IP blocklist, 2FA, and integrity checks.
What is WP Manager Pro?
WP Manager Pro is a single WordPress plugin that replaces the need for a dozen separate admin tools. After installing and activating it, a full React-powered control panel appears under the WP Manager menu in WP Admin — giving you unified management of every critical aspect of your WordPress site. All operations run through a secured REST API (wp-manager-pro/v1) that requires the manage_options capability. Built with React 19, TypeScript, and Tailwind CSS, the UI is fast, responsive, and works inside the standard WordPress admin shell.
Core capabilities
Plugin Manager
Install, activate, update, and export plugins. Browse WordPress.org and install any version.
Theme Manager
Manage all installed themes, activate, update, install from WP.org, and export ZIPs.
File Manager
Full filesystem browser with Monaco Editor (VS Code engine) for in-browser code editing.
Database Manager
Browse tables, edit rows, run safe SQL queries, search & replace, and export SQL dumps.
User Manager
Manage users, change roles, rename logins, and use admin impersonation (Login As).
Security Suite
Five-tab security suite covering login, hardening, integrity, 2FA, and vulnerability scanning.
Image Tools
WebP/AVIF conversion, batch processing, thumbnail regeneration, and SVG support.
Maintenance Mode
Styled maintenance page with gradient presets, countdown timer, and live preview.
Agency Tools
Mail interceptor, white-label login, admin UI customiser, client reports, and coming soon mode.
Developer Utilities
Hook explorer, REST API tester, dummy data generator, object cache browser, and more.
Cron Manager
View, trigger, and manage WordPress cron events and custom schedules.
Code Snippets
Run custom PHP, CSS, and JavaScript from the dashboard using Monaco Editor.
Requirements
| Requirement | Minimum |
|---|---|
| WordPress | 5.9+ |
| PHP | 7.4+ |
| MySQL / MariaDB | 5.6+ |
| Browser | Modern (ES2020+) |
All REST endpoints require the
manage_options capability. Lower-privileged users receive a 403 Forbidden response. Every request must include a valid WordPress nonce in the X-WP-Nonce header.Tech stack
WP Manager Pro is built with a modern frontend atop the WordPress REST API:- React 19 — UI framework
- TypeScript 5.7 — type safety throughout
- Vite 6 — fast build tooling
- Tailwind CSS 3.4 — utility-first styling
- shadcn/ui — component library (Radix UI primitives)
- TanStack Query v5 — server state and caching
- Monaco Editor — VS Code engine for file editing and code snippets
- PHP 7.4+ — REST API backend via WordPress REST API namespace
wp-manager-pro/v1
