An open API service indexing awesome lists of open source software.

https://github.com/themeplate/settings


https://github.com/themeplate/settings

custom-options custom-settings wordpress

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# ThemePlate Settings

## Usage

```php
use ThemePlate\Settings\OptionBox;

$options = new OptionBox( 'General Settings' );

$options->fields( $list )->location( $page )->create();
```