Server IP : 192.64.112.168 / Your IP : 18.227.183.161 Web Server : Apache System : Linux nc-ph-2300-85.bluforrest.com 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Sat Dec 2 05:23:44 EST 2023 x86_64 User : expressoneac ( 1128) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/expressoneac/www/wp-content/plugins/elementskit-lite/widgets/team/parts/ |
Upload File : |
<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>