60, 'title' => __( 'Footer Options', 'bizplus' ), 'panel' => 'bizplus-theme-options' ); $bizplus_settings_controls['bizplus-footer-sidebar-number'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-footer-sidebar-number'], ), 'control' => array( 'label' => __( 'Number of Sidebars In Footer Area', 'bizplus' ), 'section' => 'bizplus-footer-options', 'type' => 'select', 'choices' => array( 0 => __( 'Disable footer sidebar area', 'bizplus' ), 1 => __( '1', 'bizplus' ), 2 => __( '2', 'bizplus' ), ), 'priority' => 10, 'description' => '', 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-copyright-text'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-copyright-text'], ), 'control' => array( 'label' => __( 'Copyright Text', 'bizplus' ), 'section' => 'bizplus-footer-options', 'type' => 'text_html', 'priority' => 20, ) );