=== Reusable Admin Panel === Contributors: polyplugins Tags: admin, admin panel, reusable admin panel, plugin panel, developer, developer tool, extendable admin, extendable admin panel, beautiful admin, dev tool Requires at least: 4.0 Tested up to: 6.1.1 Stable tag: 1.0.2 Requires PHP: 5.4 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html A settings class to help developers easily add beautiful admin pages and handle getting, sanitizing, and saving options. == Description == Reusable Admin Panel Preview 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. Download the [example plugin](https://www.polyplugins.com/reusable-admin-panel-example-plugin/) to get up and running as quick as possible. 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](https://sweetalert2.github.io) to deactivate the plugin using the dependency. == Installation == 1. Backup WordPress 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress == Frequently Asked Questions == = Who is this built for? = This is purely for developers to help streamline their development process by making it easier to produce a settings page for their plugins. == Screenshots == 1. Plugin Panel 2. Plugin Panel expanded with help sidebar 3. Warning on deactivation == Changelog == = 1.0.2 = * Bugfix: Warning on initial activation * Bugfix: Bootstrap 5 toggle button not displaying = 1.0.1 = * Bugfix: Default logo not showing if config is not set = 1.0.0 = * Initial Release