'top_header_section', 'title' => __('Top Header Section','business-hub'), 'priority' => 11, 'panel' => 'header_panels', ), array( 'id' => 'logo_section', 'title' => __('Logo Section','business-hub'), 'priority' => 12, 'panel' => 'header_panels' ), array( 'id' => 'slider_section', 'title' => __('Slider Section','business-hub'), 'priority' => 13, 'panel' => 'header_panels' ), // homepage sections starts array( 'id' => 'homepage_section', 'title' => __('Activate Homepage','business-hub'), 'priority' => 13, 'panel' => 'homepage_panels', 'callback' => 'rws_business_activate' ), array( 'id' => 'service_section', 'title' => __('Service Section','business-hub'), 'priority' => 13, 'panel' => 'homepage_panels' ), array( 'id' => 'about_section', 'title' => __('About Section','business-hub'), 'priority' => 13, 'panel' => 'homepage_panels' ), array( 'id' => 'features_section', 'title' => __('Features Section','business-hub'), 'priority' => 13, 'panel' => 'homepage_panels' ), array( 'id' => 'blog_section', 'title' => __('Blog Section','business-hub'), 'priority' => 13, 'panel' => 'homepage_panels' ), array( 'id' => 'testimonial_section', 'title' => __('Testimonial Section','business-hub'), 'priority' => 13, 'panel' => 'homepage_panels' ), array( 'id' => 'callto_action_section', 'title' => __('Call To Action Section','business-hub'), 'priority' => 13, 'panel' => 'homepage_panels' ), array( 'id' => 'client_section', 'title' => __('Clients Section','business-hub'), 'priority' => 13, 'panel' => 'homepage_panels' ), //footer sections starts array( 'id' => 'footer_title_section', 'title' => __('Footer Section Title Options','business-hub'), 'priority' => 13, 'panel' => 'footer_panels' ), array( 'id' => 'footer_content_section', 'title' => __('Footer Content Options','business-hub'), 'priority' => 13, 'panel' => 'footer_panels' ), array( 'id' => 'footer_bottom_content_section', 'title' => __('Footer Bottom Content Options','business-hub'), 'priority' => 13, 'panel' => 'footer_panels' ), array( 'id' => 'color_section', 'title' => __('Color Options','business-hub'), 'priority' => 13, 'panel' => 'options_panels' ), array( 'id' => 'layout_section', 'title' => __('Layout Options','business-hub'), 'priority' => 13, 'panel' => 'options_panels', ), array( 'id' => 'script_section', 'title' => __('Custom Css/Script Options','business-hub'), 'priority' => 14, 'panel' => 'options_panels', ), array( 'id' => 'sort_section', 'title' => __('Sort Homepage Sections','business-hub'), 'priority' => 14, 'panel' => 'options_panels', ), ); return apply_filters( 'rws_customizer_sections', $rws_sections ); }