' . __( 'Direct script access denied.', 'articled') . '' ); } $articled->add_section( 'articled_general_topbar', array( 'title' => __( 'General', 'articled'), 'panel' => 'articled_topbar_panel', 'capibility' => 'edit_theme_options', 'priority' => 5, ) ); $articled->add_setting( 'articled_visibility_topbar', array( 'default' => false, 'transport' => 'refresh', 'sanitize_callback' => 'articled_toggle_sanitize' )); $articled->add_control( new abu_onoff( $articled, 'articled_visibility_topbar', array( 'label' => __( 'Display Top bar', 'articled' ), 'section' => 'articled_general_topbar', 'type' => 'ios', ) ) ); ?>