Direct script access denied.' ); } function articled_topbar_penel_function( $articled ) { $articled->add_panel( 'articled_topbar_panel', array( 'title' => __( 'Top bar', 'articled' ), 'description' => __( 'This section is for cutommizig Top bat of website.', 'articled' ), 'priority' => 10, ) ); // Top Bar General Section section file require_once get_template_directory() . '/inc/options/topbar/class-articled-general.php'; // Top Bar Left Section section file require_once get_template_directory() . '/inc/options/topbar/class-articled-left-topbar.php'; // Top Bar Right Section section file require_once get_template_directory() . '/inc/options/topbar/class-articled-right-topbar.php'; } add_action( 'customize_register' , 'articled_topbar_penel_function' ); ?>