thewebsolver/tws-setting-framework

WordPress Settings (Options) API framework to manage core WordPress Settings API easily.

2.1 2021-06-29 10:20 UTC

This package is auto-updated.

Last update: 2024-03-29 04:26:31 UTC


README

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.