array( 'global' => __('Global','book-land'), 'top_header' => __('Top Bar','book-land'), 'theme_layout' => __('Layout','book-land'), 'navigation_menu' => __('Navigation','book-land'), 'primary_color' => __('Primary Color','book-land'), 'single' => __('Single Post','book-land'), 'title_setting' => __('Page Title','book-land'), 'copyright' => __('Footer Copyright','book-land'), 'preloader' => __('Preloader Settings','book-land'), ), 'hero_panel' => array( 'hero_setting' => __('Settings','book-land'), 'hero_images' => __('Background Images','book-land'), 'hero_contents' => __('Hero Contents','book-land'), ), 'service_panel' => array( 'service_setting' => __('Settings','book-land'), 'service_header' => __('Section Header','book-land'), 'service_contents' => __('Section Contents','book-land'), 'service_back' => __('Section Background','book-land'), ), 'room_panel' => array( 'room_setting' => __('Settings','book-land'), 'room_header' => __('Section Header','book-land'), 'room_contents' => __('Section Contents','book-land'), 'room_back' => __('Section Background','book-land'), ), 'contact_panel' => array( 'contact_setting' => __('Settings','book-land'), 'contact_info' => __('Contact Informations','book-land'), 'contact_back' => __('Section Background','book-land'), ), 'blog_panel' => array( 'blog_setting' => __('Settings','book-land'), 'blog_header' => __('Section Header','book-land'), 'blog_contents' => __('Section Contents','book-land'), 'blog_back' => __('Section Background','book-land'), ), 'typography_panel' => array( 'p_section' => __('General Content','book-land'), 'm_section' => __('Menu','book-land'), 'h_section' => __('Heading','book-land'), ), ); $customize_sections = apply_filters('book_land_customize_sections', $arg ); return $customize_sections; }