180, 'title' => __( 'Buttton settings', 'bizplus' ), 'panel' => 'bizplus-home-blog-panel', ); $bizplus_settings_controls['bizplus-home-blog-button-text'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-blog-button-text'] ), 'control' => array( 'label' => __( 'Browse All Button Text', 'bizplus' ), 'section' => 'bizplus-home-blog-option-button', 'type' => 'text', 'priority' => 60, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-home-blog-button-link'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-blog-button-link'] ), 'control' => array( 'label' => __( 'Browse All Button Link', 'bizplus' ), 'section' => 'bizplus-home-blog-option-button', 'type' => 'url', 'priority' => 70, 'active_callback' => '' ) );