Submit
Path:
~
/
home
/
getwphos
/
public_html
/
srlgroup
/
wp-content
/
themes
/
adsett
/
elements
/
templates
/
pxl_socials
/
File Content:
layout-2.php
<div class="pxl-socials-wrap layout-2"> <?php foreach ($settings['social_list'] as $value): $link_attrs = []; if ( ! empty( $value['social_link']['url'] ) ) { $link_attrs['href'] = $value['social_link']['url']; } if ( ! empty($value['social_link']['is_external'] )) { $link_attrs['target'] = '_blank'; } if ( ! empty($value['social_link']['nofollow'] )) { $link_attrs['rel'] = 'nofollow'; } if( ! empty($value['social_link']['custom_attributes'])){ $custom_attributes = explode('|', $value['social_link']['custom_attributes']); foreach ($custom_attributes as $atts_value) { $_custom_attributes = explode(':', $atts_value); $link_attrs[$_custom_attributes[0]] = $_custom_attributes[1]; } } Elementor\Icons_Manager::render_icon( $value['social_icon'], array_merge([ 'aria-hidden' => 'true', 'class' => 'social-item pxl-icon'],$link_attrs), 'a' ); endforeach; ?> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
layout-1.php
2447 bytes
0644
layout-2.php
1052 bytes
0644
layout-3.php
1043 bytes
0644
N4ST4R_ID | Naxtarrr