• File: social-list.php
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/elementskit-lite/widgets/team/parts/social-list.php
  • Date Modified: 05/21/2022 9:23 AM
  • File size: 603 bytes
  • MIME-type: text/plain
  • Charset: utf-8
<ul class="ekit-team-social-list">
	<?php foreach ($ekit_team_social_icons as $icon) { ?>
		<li <?php echo $this->get_render_attribute_string('social_item_' . $icon['_id']); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Already escaped by elementor ?>>
			<a <?php echo $this->get_render_attribute_string('social_link_' . $icon['_id']); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Already escaped by elementor ?>>
				<?php \Elementor\Icons_Manager::render_icon( $icon['ekit_team_icons'], [ 'aria-hidden' => 'true' ] ); ?>
			</a>
		</li>
	<?php } ?>
</ul>