| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CREATE ADMIN PAGES WITH SECTIONS -|- CONTENTS/FIELDS WITHIN EACH SECTION
This plugin is a framework meant for creating settting pages and setting fields in WordPress admin dashboard.
This plugin is developed using:
Require framework file in composer.json file:
"require": {
"thewebsolver/tws-setting-framework": "^2.0"
}
Then from terminal, run:
$ composer install
Alternatively, install directly from CLI:
composer require thewebsolver/tws-setting-framework
This framework uses PHP Namespace:
namespace TheWebSolver\Core\Setting;Text, number, textarea, radio, checkbox, select fields
Multi selection fields, wysiwyg, password, color fields
Fields that are applied custom styling, Select2 library for select fields.
Distributed under the GNU General Public License v3.0 (or later) License. See LICENSE file for more information.
----------------------------------
DEVELOPED-MAINTAINED-SUPPPORTED BY
----------------------------------
███║ ███╗ ████████████████
███║ ███║ ═════════██████╗
███║ ███║ ╔══█████═╝
████████████║ ╚═█████
███║═════███║ █████╗
███║ ███║ █████═╝
███║ ███║ ████████████████╗
╚═╝ ╚═╝ ═══════════════╝Shesh Ghimire - @hsehszroc
This project uses base for Settings_API from wordpress-settings-api-class.
| Back | FazBrowse Home | New Git URL |