Skip to content

TheWebSolver/tws-setting-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPL License LinkedIn


Logo

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

simple

Advanced Fields

Multi selection fields, wysiwyg, password, color fields

advanced

Stylized Fields

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

stylized

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.