add_panels(); } /** * Add Panels * @return void */ public function add_panels() { Customize::add_panels( [ [ 'id' => 'rt_header_panel', 'title' => esc_html__( 'Header - Topbar - Menu', 'bigshop' ), 'description' => esc_html__( 'BigShop Header', 'bigshop' ), 'priority' => 22, ], [ 'id' => 'rt_typography_panel', 'title' => esc_html__( 'Typography', 'bigshop' ), 'description' => esc_html__( 'BigShop Typography', 'bigshop' ), 'priority' => 24, ], [ 'id' => 'rt_color_panel', 'title' => esc_html__( 'Colors', 'bigshop' ), 'description' => esc_html__( 'BigShop Color Settings', 'bigshop' ), 'priority' => 28, ], [ 'id' => 'rt_layouts_panel', 'title' => esc_html__( 'Layout Settings', 'bigshop' ), 'description' => esc_html__( 'BigShop Layout Settings', 'bigshop' ), 'priority' => 34, ], [ 'id' => 'rt_contact_social_panel', 'title' => esc_html__( 'Contact & Socials', 'bigshop' ), 'description' => esc_html__( 'BigShop Contact & Socials', 'bigshop' ), 'priority' => 24, ], ] ); } }