themeplate/settings

ThemePlate custom option boxes

v2.3.0 2025-02-10 14:58 UTC

This package is auto-updated.

Last update: 2025-02-10 14:58:26 UTC


README

Usage

use ThemePlate\Settings\OptionBox;

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

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