'shapla-page-options', 'title' => __( 'Page Options', 'shapla' ), 'screen' => 'page', 'context' => 'normal', 'priority' => 'high', 'fields' => array( array( 'type' => 'checkbox', 'id' => 'hide_page_title', 'label' => __( 'Hide Page Title', 'shapla' ), 'description' => __( 'Check to hide title for current page.', 'shapla' ), 'default' => 'off', 'priority' => 10, 'section' => 'page_title_bar', ), ) ); Shapla_Metabox::instance()->add( $options ); } } } Shapla_Page_Metabox_Fields::init();