Install from ZIP
Download the plugin ZIP
Download
wp-manager-pro-v2.9.4.zip from the Releases page on GitHub.Upload via WP Admin
In WP Admin, navigate to Plugins → Add New → Upload Plugin. Choose the ZIP file and click Install Now.
After activation, WP Manager appears near the top of the admin sidebar at menu position 2, just below the Dashboard entry.
Manual installation
If you prefer to install via the command line, unzip the archive directly into your plugins directory:Build from source
If you want to modify the React frontend or contribute to the project, follow these steps to build WP Manager Pro from source.Prerequisites
You need Node.js 18 or higher and npm 9 or higher:Setup and development
Start the development server
src/ are reflected immediately.Build for production
tsc -b && vite build and outputs two files:format: 'iife' so all bundle variables are function-scoped and cannot shadow WordPress globals.