https://github.com/themeplate/settings
https://github.com/themeplate/settings
custom-options custom-settings wordpress
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/themeplate/settings
- Owner: ThemePlate
- License: gpl-3.0
- Created: 2020-01-25T07:04:25.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-02T12:29:05.000Z (over 1 year ago)
- Last Synced: 2025-03-02T13:16:32.616Z (over 1 year ago)
- Topics: custom-options, custom-settings, wordpress
- Language: PHP
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```