$this->section_error_layout, 'title' => __( 'Error Layout', 'bigshop' ), 'panel' => 'rt_layouts_panel', ] ); Customize::add_controls( $this->section_error_layout, $this->get_controls() ); } public function get_controls() { $options_val = $this->get_layout_controls( 'error' ); unset( $options_val['error_layout'] ); unset( $options_val['error__header_style'] ); return $options_val; } }