/Settings

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

ThemePlate Settings

Usage

use ThemePlate\Settings\OptionBox;

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

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