'fa-map-marker', 'title' => esc_html__( 'Find us at the office', 'hestia-pro' ), 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', 'hestia-pro' ), 'id' => 'customizer_repeater_56d7ea7f40f56', ), array( 'icon_value' => 'fa-mobile', 'title' => esc_html__( 'Give us a ring', 'hestia-pro' ), 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', 'hestia-pro' ), 'id' => 'customizer_repeater_56d7ea7f40f66', ), ) ) ); if ( ! empty( $hestia_contact_content ) ) : $hestia_contact_content = html_entity_decode( $hestia_contact_content ); $hestia_contact_content = json_decode( $hestia_contact_content ); foreach ( $hestia_contact_content as $contact_item ) : $icon = ! empty( $contact_item->icon_value ) ? apply_filters( 'hestia_translate_single_string', $contact_item->icon_value, 'Contact section', 'Icon' ) : ''; $title = ! empty( $contact_item->title ) ? apply_filters( 'hestia_translate_single_string', $contact_item->title, 'Contact section', 'Title' ) : ''; $text = ! empty( $contact_item->text ) ? apply_filters( 'hestia_translate_single_string', $contact_item->text, 'Contact section', 'Text' ) : ''; ?>

'fa-map-marker', 'title' => esc_html__( 'Find us at the office', 'hestia-pro' ), 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', 'hestia-pro' ), 'id' => 'customizer_repeater_56d7ea7f40f56', ), array( 'icon_value' => 'fa-mobile', 'title' => esc_html__( 'Give us a ring', 'hestia-pro' ), 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', 'hestia-pro' ), 'id' => 'customizer_repeater_56d7ea7f40f66', ), ) ); hestia_pll_string_register_helper( 'hestia_contact_content', $default, 'Contact section' ); } if ( function_exists( 'hestia_contact' ) ) { $section_priority = apply_filters( 'hestia_section_priority', 55, 'hestia_contact' ); add_action( 'hestia_sections', 'hestia_contact', absint( $section_priority ) ); add_action( 'after_setup_theme', 'hestia_contact_register_strings', 11 ); }