Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 185 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 185 Bytes

ThemePlate Settings

Usage

use ThemePlate\Settings\OptionBox;

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

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