| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/KnowledgeBase/wp-content/plugins/betterdocs/views/widgets/ |
Upload File : |
<div
<?php echo $wrapper_attr; ?>>
<div class="betterdocs-social-share-heading">
<?php
if ( $title ) {
echo wp_sprintf( '<h5>%s</h5>', esc_html( $title ) );
}
?>
</div>
<ul class="betterdocs-social-share-links">
<?php
if ( ! empty( $links ) ) {
foreach ( $links as $key => $social ) {
echo wp_sprintf(
'<li><a href="%s" target="_blank"><img src="%s" alt="%s"></a></li>',
esc_url( $social['link'] ),
esc_html( $social['icon'] ),
esc_attr( $social['alt'] )
);
}
}
?>
</ul>
</div>