FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

TheWebSolver/tws-setting-framework: The easily extendible framework for WordPress Settings API to create pages, sections and fields. Easily create admin pages as well as settings pages. · GitHub

Repository files navigation


TWS Setting Framework

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.

Getting Started

Recommended Setup

This plugin is developed using:

Installation (via Composer)

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

Usage

  • This framework uses PHP Namespace:

     namespace TheWebSolver\Core\Setting;

Examples

  • For exmaple codes, check EXAMPLE file.

Screenshots

General Fields

Text, number, textarea, radio, checkbox, select fields

Advanced Fields

Multi selection fields, wysiwyg, password, color fields

Stylized Fields

Fields that are applied custom styling, Select2 library for select fields.

License

Distributed under the GNU General Public License v3.0 (or later) License. See LICENSE file for more information.

Contact

Top↑

----------------------------------
DEVELOPED-MAINTAINED-SUPPPORTED BY
----------------------------------
███║     ███╗   ████████████████
███║     ███║   ═════════██████╗
███║     ███║        ╔══█████═╝
 ████████████║      ╚═█████
███║═════███║      █████╗
███║     ███║    █████═╝
███║     ███║   ████████████████╗
╚═╝      ╚═╝    ═══════════════╝

Shesh Ghimire - @hsehszroc

Acknowledegement

This project uses base for Settings_API from wordpress-settings-api-class.

About

The easily extendible framework for WordPress Settings API to create pages, sections and fields. Easily create admin pages as well as settings pages.

Topics

Resources

Stars

8 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages


Back | FazBrowse Home | New Git URL