This is a Composer library package to enhance the usage of WordPress settings API.
- All input data escaped and validated.
- Developed as Composer package.
- YODA condition checked.
- Maintained Right Margin carefully. Usually that is 80 characters.
- Used
true,falseandnullin stead ofTRUE,FALSEandNULL. - INDENTATION: TABS has been used in stead of SPACES.
- PHP Codesniffer checked.
- WordPress VIP coding standard followed mostly.
- WordPress >= 3.8.0 (Tested)
- PHP >= 5.6
- Composer Package Manager
The best way to use this package is through Composer:
$ composer require codemascot/settings-apiCheckout the examples folder for OOP and procedural example.
I'm Khan AKA CodeMascot, a professional web developer and I crafted this package for my personal use. Feel free to use this for your projects too.
Copyright (c) 2018 Khan M Rashedun-Naby, CodeMascot
Good news, this library is free for everyone! Since it's released under the MIT License you can use it free of charge on your personal or commercial website.
All feedback / bug reports / pull requests are welcome.
This package is inspired by wordpress-settings-api-class.