Skip to content

UI Option Builder

Darko Gjorgjijoski edited this page Mar 3, 2021 · 1 revision

The library includes UI Builder for building options. The UI Builder is disabled by default and you can enable it by using the following filter:

/**
 * Show the UI builder in the admin interface
 */
add_filter( 'opb_show_pages', '__return_true' );
Clone this wiki locally