array( // Our Custom //'blogdescription' => 'My Awesome Blog', 'top_icons_show' => 'home', 'atmospheres_icon_title_1' => 'Write Blog', 'atmospheres_icon_description_1' => 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.', 'atmospheres_top_icon_1' => '', 'atmospheres_icon_title_2' => 'Portfolio', 'atmospheres_icon_description_2' => 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.', 'atmospheres_top_icon_2' => '', 'atmospheres_icon_title_3' => 'Shop', 'atmospheres_icon_description_3' => 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.', 'atmospheres_top_icon_3' => '', 'xmrf_activate' => true, 'xmrf_title' => 'Right Layout', 'xmrf_description' => 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.', 'xmrf_button_text' => 'Read More', 'xmrf_image' => SEOS_THEME_URI . '/images/demo_2.webp', 'xmrf_image_animation' => 'fade-right', 'xmrf_text_animation' => 'fade-left', 'xmrf_arrow' => true, 'xmlf_activate' => true, 'xmlf_title' => 'Left Layout', 'xmlf_description' => 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.', 'xmlf_button_text' => 'Read More', 'xmlf_image' => SEOS_THEME_URI . '/images/demo_1.webp', 'xmlf_image_animation' => 'fade-left', 'xmlf_text_animation' => 'fade-right', 'xmlf_arrow' => true, 'atmospheres_priceing_activate' => true, 'atmospheres_pricing_title' => 'All PLANS', 'atmospheres_pricing_button_title' => 'GET STARTED', 'atmospheres_priceing_deactivate_1' => false, 'atmospheres_pricing_plan_1_' => 'BASIC', 'atmospheres_pricing_price1' => '$2.90/mo', 'atmospheres_select_button_title1' => 'SELECT', 'atmospheres_pricing_text_1_1' => 'Description', 'atmospheres_pricing_text_1_2' => 'Description', 'atmospheres_pricing_text_1_3' => 'Description', 'atmospheres_pricing_text_1_4' => 'Description', 'atmospheres_pricing_text_1_5' => 'Description', 'atmospheres_pricing_text_1_6' => 'Description', 'atmospheres_pricing_text_1_7' => 'Description', 'atmospheres_pricing_text_1_8' => 'Description', 'atmospheres_pricing_text_1_9' => 'Description', 'atmospheres_priceing_deactivate_2' => false, 'atmospheres_pricing_plan_2_' => 'PLUS', 'atmospheres_pricing_price2' => '$4.90/mo', 'atmospheres_select_button_title2' => 'SELECT', 'atmospheres_pricing_text_2_1' => 'Description', 'atmospheres_pricing_text_2_2' => 'Description', 'atmospheres_pricing_text_2_3' => 'Description', 'atmospheres_pricing_text_2_4' => 'Description', 'atmospheres_pricing_text_2_5' => 'Description', 'atmospheres_pricing_text_2_6' => 'Description', 'atmospheres_pricing_text_2_7' => 'Description', 'atmospheres_pricing_text_2_8' => 'Description', 'atmospheres_pricing_text_2_9' => 'Description', 'atmospheres_priceing_deactivate_3' => false, 'atmospheres_pricing_plan_3_' => 'PRO', 'atmospheres_pricing_price3' => '$22.90/mo', 'atmospheres_select_button_title3' => 'SELECT', 'atmospheres_pricing_text_3_1' => 'Description', 'atmospheres_pricing_text_3_2' => 'Description', 'atmospheres_pricing_text_3_3' => 'Description', 'atmospheres_pricing_text_3_4' => 'Description', 'atmospheres_pricing_text_3_5' => 'Description', 'atmospheres_pricing_text_3_6' => 'Description', 'atmospheres_pricing_text_3_7' => 'Description', 'atmospheres_pricing_text_3_8' => 'Description', 'atmospheres_pricing_text_3_9' => 'Description', ), ); set_theme_mod( 'atmospheres_priceing_activate', true ); set_theme_mod( 'xmrf_activate', true ); set_theme_mod( 'xmlf_activate', true ); set_theme_mod( 'top_icons_show', 'home' ); set_theme_mod( 'atmospheres_icons_margin', 20 ); set_theme_mod( 'atmospheres_icon_title_1', 'Write Blog'); set_theme_mod( 'atmospheres_icon_description_1', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.'); set_theme_mod( 'atmospheres_top_icon_1', ''); set_theme_mod( 'atmospheres_icon_title_2', 'Portfolio'); set_theme_mod( 'atmospheres_icon_description_2', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.'); set_theme_mod( 'atmospheres_top_icon_2', ''); set_theme_mod( 'atmospheres_icon_title_3', 'Shop'); set_theme_mod( 'atmospheres_icon_description_3', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.'); set_theme_mod( 'atmospheres_top_icon_3', ''); add_theme_support( 'starter-content', $demo_content ); return apply_filters( 'atmospheres_starter_content', $demo_content ); } add_action( 'after_setup_theme', 'atmospheres_setup_sc' );