$this->section_page_layout, 'title' => __( 'Page Layout', 'bigshop' ), 'panel' => 'rt_layouts_panel', ] ); Customize::add_controls( $this->section_page_layout, $this->get_controls() ); } public function get_controls() { return $this->get_layout_controls( 'page' ); } }