Metaboxes
Function
Example
wponion_admin_bar(
array($title, $href, $id, $meta, $parent, $group, $submenus)
);
add_action('wponion/loaded', function() {
function this_wpodoc_metabox() {
$builder = wponion_builder();
$this_title = str_replace('_', ' ', strtoupper(__FUNCTION__));
$section1 = $builder->container( '1234567', $this_title, 'dashicons dashicons-admin-generic' );
$section1->text( 'text', 'Text' );
$section1->textarea( 'textarea', 'Textarea' );
$section1->switcher( 'switcher', 'switcher' );