
Reusable Admin Panel
by Poly Plugins on WordPress.org
A settings class to help developers easily add beautiful admin pages and handle getting, sanitizing, and saving options.
(0)

Plugin Panel
Our goal was to create a reuseable admin panel that can be used by various plugins without having to build or include classes of the same code in multiple plugins, while at the same time being quick to setup.
View our Documentation to see a list of fields and their parameters.
You can also download our example plugin to get up and running as quick as possible.
Have suggestions? Submit a Pull Requests via Github.
Features:
- Bootstrap
- Font-Awesome Field Info Buttons and Sidebar Info Helper
- jQuery Dynamic Navigation
- Validation using validator.js
- Automatic sanitization and saving of options
- Method built to easily get individual options
- Settings Grouped Under One Option in Database (Saved as Multi-Dimensional Array)
- Bootstrap Spinner Preloader (Prevents Layout Shifting on Load)
- Removes notices from other plugins when displaying admin panel
- Prevent users from deactivating by displaying a sweetalert2 to deactivate the plugin using the dependency.
Fields:
- Switch
- Text
- Textarea
- URL
- Password
- Number
- Dropdown
- Date
- Time
- Color
- Dropdown Toggle – Additional fields can be added under a dropdown which show/hide based on selected option
- Button – Add multiple buttons that can link or be targeted in custom JS
Active installations0+
Weekly downloads
18-10.00%
Version1.0.7
Last updated8/21/2025
WordPress version4.0
Tested up to6.8.1
PHP version5.4
Tags
adminbeautiful admindeveloperdeveloper toolextendable admin