','' ); $bizplus_customizer_defaults['bizplus-enable-title'] = 1; $bizplus_customizer_defaults['bizplus-enable-tagline'] = 1; /*creating setting control*/ $bizplus_settings_controls['bizplus-logo'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-logo'], ), 'control' => array( 'label' => __( 'Logo', 'bizplus' ), 'section' => 'title_tagline', 'type' => 'image', 'priority' => 70, 'description' => __( 'Recommended logo size 165*50', 'bizplus' ), 'active_callback' => '' ) ); /*enable option for enable tagline in header*/ $bizplus_settings_controls['bizplus-title-tagline-message'] = array( 'control' => array( 'description' => $bizplus_customizer_defaults['bizplus-title-tagline-message'], 'section' => 'title_tagline', 'type' => 'message', 'priority' => 75, 'active_callback' => '' ) ); /*enable option for enable tagline in header*/ $bizplus_settings_controls['bizplus-enable-title'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-enable-title'], ), 'control' => array( 'label' => __( 'Enable Title', 'bizplus' ), 'section' => 'title_tagline', 'type' => 'checkbox', 'priority' => 80, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-enable-tagline'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-enable-tagline'], ), 'control' => array( 'label' => __( 'Enable Tagline', 'bizplus' ), 'section' => 'title_tagline', 'type' => 'checkbox', 'priority' => 90, 'active_callback' => '' ) ); }