get_theme_mod('business_prime_social_new_tab', true), 'social_link_facebook' => get_theme_mod('business_prime_social_link_facebook'), 'social_link_google' => get_theme_mod('business_prime_social_link_google'), 'social_link_youtube' => get_theme_mod('business_prime_social_link_youtube'), 'social_link_twitter' => get_theme_mod('business_prime_social_link_twitter'), 'social_link_linkedin' => get_theme_mod('business_prime_social_link_linkedin'), //quick contact 'contact_email' => get_theme_mod('business_prime_top_email'), 'contact_phone' => get_theme_mod('business_prime_top_phone'), 'hide_slider' => get_theme_mod('business_prime_hide_slider', false), 'slide_1' => ($slide_one_id) ? get_post($slide_one_id) : (object) array('post_title' => '', 'post_content' => ''), 'slide_2' => ($slide_two_id) ? get_post($slide_two_id) : (object) array('post_title' => '', 'post_content' => ''), 'slide_3' => ($slide_three_id) ? get_post($slide_three_id) : (object) array('post_title' => '', 'post_content' => ''), 'slider_image_one' => ($slide_one_id) ? wp_get_attachment_image_src(get_post_thumbnail_id($slide_one_id), 'full')[0] : '', 'slider_image_two' => ($slide_two_id) ? wp_get_attachment_image_src(get_post_thumbnail_id($slide_two_id), 'full')[0] : '', 'slider_image_three' => ($slide_three_id) ? wp_get_attachment_image_src(get_post_thumbnail_id($slide_three_id), 'full')[0] : '', 'slide_button_text' => get_theme_mod('business_prime_slide_button_text'), 'slide_button_link' => get_theme_mod('business_prime_slide_button_link'), //services 'services_header_text' => get_theme_mod('business_prime_services_header'), 'services_desc_text' => get_theme_mod('business_prime_services_desc'), 'services_1_title' => get_theme_mod('business_prime_services_1_title'), 'services_1_desc' => get_theme_mod('business_prime_services_1_desc'), 'services_2_title' => get_theme_mod('business_prime_services_2_title'), 'services_2_desc' => get_theme_mod('business_prime_services_2_desc'), 'services_3_title' => get_theme_mod('business_prime_services_3_title'), 'services_3_desc' => get_theme_mod('business_prime_services_3_desc'), //CTA 'cta_heading' => get_theme_mod('business_prime_home_cta_heading'), 'cta_desc' => get_theme_mod('business_prime_home_cta_desc'), 'cta_image' => get_theme_mod('business_prime_home_cta_image'), 'cta_one_text' => get_theme_mod('business_prime_home_cta_one_text'), 'cta_one_url' => get_theme_mod('business_prime_home_cta_one_url'), 'cta_two_text' => get_theme_mod('business_prime_home_cta_two_text'), 'cta_two_url' => get_theme_mod('business_prime_home_cta_two_url'), //home blog 'blog_heading' => get_theme_mod('business_prime_home_blog_heading'), 'blog_desc' => get_theme_mod('business_prime_home_blog_desc'), //clinets 'client_heading' => get_theme_mod('business_prime_home_client_heading'), 'client_desc' => get_theme_mod('business_prime_home_client_desc'), 'client_image_one' => get_theme_mod('business_prime_client_image_one'), 'client_image_two' => get_theme_mod('business_prime_client_image_two'), 'client_image_three' => get_theme_mod('business_prime_client_image_three'), ); return $theme_data; } ?>