| Server IP : 77.39.210.126 / Your IP : 216.73.216.203 Web Server : Apache System : Linux v00l0v-vmpcnews.sphostserver.com 4.18.0-553.124.4.el8_10.x86_64 #1 SMP Fri May 15 04:14:14 EDT 2026 x86_64 User : artecasarepresti ( 1022) PHP Version : 7.4.33 Disable Function : dl,passthru,proc_open,proc_close,proc_terminate,shell_exec,system MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/artecasarepresti/www/wp-content/themes/Avada/templates/ |
Upload File : |
<?php
/**
* Footer social icons template.
*
* @author ThemeFusion
* @copyright (c) Copyright by ThemeFusion
* @link https://theme-fusion.com
* @package Avada
* @subpackage Core
* @since 5.3.0
*/
?>
<div class="fusion-social-links-footer">
<?php
$social_icons = fusion_get_social_icons_class();
if ( $social_icons ) {
$footer_social_icon_options = [
'position' => 'footer',
'icon_boxed' => Avada()->settings->get( 'footer_social_links_boxed' ),
'tooltip_placement' => fusion_get_option( 'footer_social_links_tooltip_placement' ),
'linktarget' => Avada()->settings->get( 'social_icons_new' ),
];
echo $social_icons->render_social_icons( $footer_social_icon_options ); // phpcs:ignore WordPress.Security.EscapeOutput
}
?>
</div>