themeplate/settings

ThemePlate custom option boxes

v2.5.2 2025-04-10 17:04 UTC

This package is auto-updated.

Last update: 2025-04-10 18:45:36 UTC


README

Usage

use ThemePlate\Settings\OptionBox;

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

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