themeplate/settings

ThemePlate custom option boxes

v2.2.0 2023-04-25 05:39 UTC

This package is auto-updated.

Last update: 2024-10-25 09:05:52 UTC


README

Usage

use ThemePlate\Settings\OptionBox;

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

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