themeplate/settings

ThemePlate custom option boxes

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

This package is auto-updated.

Last update: 2024-12-25 09:33:57 UTC


README

Usage

use ThemePlate\Settings\OptionBox;

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

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