golden hour
/home/godaofbq/hardchambers.com/wp-content/plugins/elementskit-lite/widgets/team/parts
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
127 B
Del
OK
social-list.php
603 B
Del
OK
Edit: social-list.php
<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