title, ENT_QUOTES, get_bloginfo( 'charset' ) ); $array['content'] = $this->get_content(); $array['active'] = $this->active(); $array['instanceNumber'] = $this->instance_number; $array['customizeAction'] = __( 'Customizing', 'bstone' ); $array['scBelong'] = $this->sc_belong; $array['scTab'] = $this->sc_tab; $array['scChild'] = $this->sc_child; $array['scReset'] = $this->sc_reset; return $array; } } function register_settings( $wp_customize ) { $wp_customize->register_section_type( 'SC_Dialog' ); } add_action( 'customize_register', 'register_settings' ); /** * Shop Customizer Sections */ $wp_customize->add_section( 'bstone-shop-customizer', array( 'priority' => 1, 'panel' => 'woocommerce', 'title' => __( 'Shop Customizer', 'bstone' ), ) );