We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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' );