Plugna is a WordPress plugin that simplifies the management of other plugins. It provides a single page for managing all plugins on your website, allowing you to easily activate, deactivate, update, or delete plugins, as well as install and activate new plugins - all without having to refresh the page.
It's a plugin manager that is built on top of the original WordPress plugins page, to reuse its complexity and security but with the improved user experience.
You can switch back to the original plugins page whenever you need it.
Download the latest version from the WordPress Plugin Directory.
First, install the dev project's dependencies.
yarn
Run the development watcher, and it will automatically compile the assets when you make changes to the source files.
yarn dev
Run this command to build the production assets.
yarn prod
This single command will compile the assets, run the production build, and then pack the plugin into a zip file. You can find the production-ready build in /export directory after running this command.
yarn packit
This command will remove all files from the export directory.
yarn clean
Use at your own risk. This plugin is provided as-is, without any warranty or guarantee of its functionality or effectiveness. While we have made every effort to ensure that this plugin is safe and reliable, we cannot be held responsible for any damages or losses caused by its use. Please use this plugin at your own discretion and responsibility.