Customize > Front Page Settings > Blog Section.', 'blossom-spa' ) ) ) ); } endif; if( ! function_exists( 'blossom_spa_get_blog_readmore' ) ) : /** * Display Blog Readmore button */ function blossom_spa_get_blog_readmore(){ return esc_html( get_theme_mod( 'blog_readmore', __( 'Read More', 'blossom-spa' ) ) ); } endif; if( ! function_exists( 'blossom_spa_get_blog_view_all' ) ) : /** * Display Blog View all button */ function blossom_spa_get_blog_view_all(){ return esc_html( get_theme_mod( 'blog_view_all', __( 'View More', 'blossom-spa' ) ) ); } endif; if( ! function_exists( 'blossom_spa_get_testimonial_title' ) ) : /** * Display Testimonial Title */ function blossom_spa_get_testimonial_title(){ return esc_html( get_theme_mod( 'testimonial_title', __( 'Here\'s What Our Customers Think', 'blossom-spa' ) ) ); } endif; if( ! function_exists( 'blossom_spa_get_testimonial_content' ) ) : /** * Display Testimonial Content */ function blossom_spa_get_testimonial_content(){ return wpautop( wp_kses_post( get_theme_mod( 'testimonial_content', __( 'Our customers love us. We make sure that we make every customer happy. Showcase the feedback from your old customers to build trust with new customers using testimonials.', 'blossom-spa' ) ) ) ); } endif; if( ! function_exists( 'blossom_spa_get_phone_label' ) ) : /** * Header Phone Label */ function blossom_spa_get_phone_label(){ return esc_html( get_theme_mod( 'phone_label', __( 'Phone Number', 'blossom-spa' ) ) ); } endif; if( ! function_exists( 'blossom_spa_get_phone' ) ) : /** * Header Phone */ function blossom_spa_get_phone(){ return esc_html( get_theme_mod( 'phone', __( '+123-456-7890', 'blossom-spa' ) ) ); } endif; if( ! function_exists( 'blossom_spa_get_email_label' ) ) : /** * Header Email Label */ function blossom_spa_get_email_label(){ return esc_html( get_theme_mod( 'email_label', __( 'Email', 'blossom-spa' ) ) ); } endif; if( ! function_exists( 'blossom_spa_get_email' ) ) : /** * Header Email */ function blossom_spa_get_email(){ return sanitize_email( get_theme_mod( 'email', __( 'mail@domain.com', 'blossom-spa' ) ) ); } endif; if( ! function_exists( 'blossom_spa_get_opening_hours_label' ) ) : /** * Header Opening Hours Label */ function blossom_spa_get_opening_hours_label(){ return esc_html( get_theme_mod( 'opening_hours_label', __( 'Opening Hours', 'blossom-spa' ) ) ); } endif; if( ! function_exists( 'blossom_spa_get_opening_hours' ) ) : /** * Header Opening Hours */ function blossom_spa_get_opening_hours(){ return esc_html( get_theme_mod( 'opening_hours', __( 'Mon - Fri: 7AM - 7PM', 'blossom-spa' ) ) ); } endif; if( ! function_exists( 'blossom_spa_get_related_title' ) ) : /** * Display Single Related Title */ function blossom_spa_get_related_title(){ return esc_html( get_theme_mod( 'related_post_title', __( 'Recommended Articles', 'blossom-spa' ) ) ); } endif; if( ! function_exists( 'blossom_spa_get_footer_copyright' ) ) : /** * Footer Copyright */ function blossom_spa_get_footer_copyright(){ $copyright = get_theme_mod( 'footer_copyright' ); echo '