esc_html__( 'Welcome to Blog Zilla', 'blogzilla' ), 'banner_image_description' => esc_html__( 'To Change these text,Go to Customizer/ Theme Options/ Banner Sections', 'blogzilla' ), 'upload_banner_image' => '', 'single_btn1' => '', 'single_link1' => '', 'facebook_link' => '', 'youtube_link' => '', 'twitter_link' => '', 'pinterest_link' => '', 'instagram_link' => '', 'banner_show_checkbox' => 1, 'sidebar_show_checkbox' =>0, 'single_sidebar_show_checkbox' =>0, 'single_sidebar_page_show_checkbox' =>0, 'prefooter_checkbox' =>1, ); $options = get_option('blogzilla_theme_options', $defaults); //Parse defaults again - see comments $options = wp_parse_args($options, $defaults); return $options; } endif;