180, 'title' => __( 'Section settings', 'bizplus' ), 'panel' => 'bizplus-home-portfolio-panel', ); $bizplus_settings_controls['bizplus-home-portfolio-title'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-portfolio-title'] ), 'control' => array( 'label' => __( 'Main Title', 'bizplus' ), 'description' => __( 'Enable "portfolio Section" on checked', 'bizplus' ), 'section' => 'bizplus-home-portfolio-options', 'type' => 'text', 'priority' => 20, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-home-portfolio-sub-title'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-portfolio-sub-title'] ), 'control' => array( 'label' => __( 'Sub Title', 'bizplus' ), 'section' => 'bizplus-home-portfolio-options', 'type' => 'text', 'priority' => 30, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-home-portfolio-number'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-portfolio-number'] ), 'control' => array( 'label' => __( 'Number Of portfolio/s', 'bizplus' ), 'section' => 'bizplus-home-portfolio-options', 'type' => 'select', 'choices' => array( 1 => __( '1', 'bizplus' ), 2 => __( '2', 'bizplus' ), 3 => __( '3', 'bizplus' ), 4 => __( '4', 'bizplus' ), 5 => __( '5', 'bizplus' ), 6 => __( '6', 'bizplus' ), 7 => __( '7', 'bizplus' ), 8 => __( '8', 'bizplus' ), 9 => __( '9', 'bizplus' ), 10 => __( '10', 'bizplus' ), 11 => __( '11', 'bizplus' ), 12 => __( '12', 'bizplus' ) ), 'priority' => 40, 'active_callback' => '' ) );