get_template_directory_uri() . '/assets/img/5.jpg', 'title' => esc_html__( 'Inverness McKenzie', 'hestia-pro' ), 'subtitle' => esc_html__( 'Business Owner', 'hestia-pro' ), 'text' => esc_html__( '"We have no regrets! After using your product my business skyrocketed! I made back the purchase price in just 48 hours! I couldn\'t have asked for more than this."', 'hestia-pro' ), 'id' => 'customizer_repeater_56d7ea7f40d56', ), array( 'image_url' => get_template_directory_uri() . '/assets/img/6.jpg', 'title' => esc_html__( 'Hanson Deck', 'hestia-pro' ), 'subtitle' => esc_html__( 'Independent Artist', 'hestia-pro' ), 'text' => esc_html__( '"Your company is truly upstanding and is behind its product 100 percent. Hestia is worth much more than I paid. I like Hestia more each day because it makes easier."', 'hestia-pro' ), 'id' => 'customizer_repeater_56d7ea7f40d66', ), array( 'image_url' => get_template_directory_uri() . '/assets/img/7.jpg', 'title' => esc_html__( 'Natalya Undergrowth', 'hestia-pro' ), 'subtitle' => esc_html__( 'Freelancer', 'hestia-pro' ), 'text' => esc_html__( '"Thank you for making it painless, pleasant and most of all hassle free! I am so pleased with this product. Dude, your stuff is great! I will refer everyone I know."', 'hestia-pro' ), 'id' => 'customizer_repeater_56d7ea7f40d76', ), ) ) ); if ( ! empty( $hestia_testimonials_content ) ) : $hestia_testimonials_content = json_decode( $hestia_testimonials_content ); foreach ( $hestia_testimonials_content as $testimonial_item ) : $image = ! empty( $testimonial_item->image_url ) ? apply_filters( 'hestia_translate_single_string', $testimonial_item->image_url, 'Testimonials section', 'Image' ) : ''; $title = ! empty( $testimonial_item->title ) ? apply_filters( 'hestia_translate_single_string', $testimonial_item->title, 'Testimonials section', 'Title' ) : ''; $subtitle = ! empty( $testimonial_item->subtitle ) ? apply_filters( 'hestia_translate_single_string', $testimonial_item->subtitle, 'Testimonials section', 'Subtitle' ) : ''; $text = ! empty( $testimonial_item->text ) ? apply_filters( 'hestia_translate_single_string', $testimonial_item->text, 'Testimonials section', 'Text' ) : ''; $link = ! empty( $testimonial_item->link ) ? apply_filters( 'hestia_translate_single_string', $testimonial_item->link, 'Testimonials section', 'Link' ) : ''; ?>
get_template_directory_uri() . '/assets/img/5.jpg', 'title' => esc_html__( 'Inverness McKenzie', 'hestia-pro' ), 'subtitle' => esc_html__( 'Business Owner', 'hestia-pro' ), 'text' => esc_html__( '"We have no regrets! After using your product my business skyrocketed! I made back the purchase price in just 48 hours! I couldn\'t have asked for more than this."', 'hestia-pro' ), 'id' => 'customizer_repeater_56d7ea7f40d56', ), array( 'image_url' => get_template_directory_uri() . '/assets/img/6.jpg', 'title' => esc_html__( 'Hanson Deck', 'hestia-pro' ), 'subtitle' => esc_html__( 'Independent Artist', 'hestia-pro' ), 'text' => esc_html__( '"Your company is truly upstanding and is behind its product 100 percent. Hestia is worth much more than I paid. I like Hestia more each day because it makes easier."', 'hestia-pro' ), 'id' => 'customizer_repeater_56d7ea7f40d66', ), array( 'image_url' => get_template_directory_uri() . '/assets/img/7.jpg', 'title' => esc_html__( 'Natalya Undergrowth', 'hestia-pro' ), 'subtitle' => esc_html__( 'Freelancer', 'hestia-pro' ), 'text' => esc_html__( '"Thank you for making it painless, pleasant and most of all hassle free! I am so pleased with this product. Dude, your stuff is great! I will refer everyone I know."', 'hestia-pro' ), 'id' => 'customizer_repeater_56d7ea7f40d76', ), ) ); hestia_pll_string_register_helper( 'hestia_testimonials_content', $default, 'Testimonials section' ); } if ( function_exists( 'hestia_testimonials' ) ) { $section_priority = apply_filters( 'hestia_section_priority', 40, 'hestia_testimonials' ); add_action( 'hestia_sections', 'hestia_testimonials', absint( $section_priority ) ); add_action( 'after_setup_theme', 'hestia_testimonials_register_strings', 11 ); }