Skip to content
Darko Gjorgjijoski edited this page Mar 5, 2023 · 3 revisions

Installation

composer require ignitekit/wp-option-builder

or without Composer as follows:

require_once '/path/to/wp-option-builder/autoload.php';

Documentation

  • Want to create options page? Read more
  • Want to create metaboxes? Read more
  • Need more details about the option types? Read more
  • Want to build options through the UI? Enable UI Option builder. Read more
Clone this wiki locally