array( 'setting' => array(), 'control' => array( 'type' => 'parent_heading', 'priority' => 1, 'label' => esc_html__( 'Footer Copyright Settings', 'bluestick' ), 'section' => 'bluestick_footer_copyright', ), ), 'bluestick_footer_copright_enabled' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 5, 'label' => esc_html__( 'Footer Copyright Enable/Disable', 'bluestick' ), 'section' => 'bluestick_footer_copyright', ), ), 'bluestick_footer_social_icon_enabled' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 19, 'label' => esc_html__( 'Footer Social Icon Enable/Disable', 'bluestick' ), 'section' => 'bluestick_footer_copyright', ), ), ); } } new bluestick_Customize_Footer_Copyright_Option(); endif;