Reusable Admin Panel

Reusable Admin Panel Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 810 downloads
Reusable Admin Panel Icon

Try plugin: Reusable Admin Panel

We'll create fresh WordPress site with Reusable Admin Panel installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Reusable Admin Panel

A settings class to help developers easily add beautiful admin pages and handle getting, sanitizing, and saving options.

0


0


0


0


0

updated: 6 months ago
since: 1 year ago
author: Poly Plugins

Description

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 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
  • [NEW] Textarea
  • Email
  • 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