esc_html__( 'Testimonials', 'abletone' ), ); // Get Jetpack options for testimonial. $jetpack_options = get_theme_mod( 'jetpack_testimonials', $jetpack_defaults ); $headline = isset( $jetpack_options['page-title'] ) ? $jetpack_options['page-title'] : esc_html__( 'Testimonials', 'abletone' ); $subheadline = isset( $jetpack_options['page-content'] ) ? $jetpack_options['page-content'] : ''; $classes[] = 'section testimonial-content-section'; if ( ! $headline && ! $subheadline ) { $classes[] = 'no-section-heading'; } $background = get_theme_mod( 'abletone_testimonial_bg_image' ); ?>