Sindbad~EG File Manager

Current Path : /home/copmadinaarea/thecopmadinaarea.org/wp-content/themes/deeds/templates/footer/
Upload File :
Current File : /home/copmadinaarea/thecopmadinaarea.org/wp-content/themes/deeds/templates/footer/footer_set.php

<?php
/**
 * Footer Template  File
 *
 * @package deeds
 * @author  Webiane
 * @version 1.0
 */

$options = deeds_WSH()->option();
$back    = $options->get( 'footer_background' );
$back    = deeds_set( $back, 'url', deeds_URI . 'assets/images/parallax.png' );
$allowed_html = wp_kses_allowed_html( 'post' );
?>
<footer class="site-footer">

	<div class="container">
		<div class="footer-data text-center">
			<?php
			$icons = $options->get( 'footer_social_share' );
			if ( ! empty( $icons ) ) :
				?>
				<div class="social-links2">
					<?php
					foreach ( $icons as $h_icon ) :
						$header_social_icons = json_decode( urldecode( deeds_set( $h_icon, 'data' ) ) );
						if ( deeds_set( $header_social_icons, 'enable' ) == '' ) {
							continue;
						}
						$icon_class = explode( '-', deeds_set( $header_social_icons, 'icon' ) );
						?>
						<a class="instagram-hvr wow zoomIn" data-wow-delay="1s" data-wow-duration=".5s" href="<?php echo deeds_set( $header_social_icons, 'url' ); ?>" style="background-color:<?php echo deeds_set( $header_social_icons, 'background' ); ?>; color: <?php echo deeds_set( $header_social_icons, 'color' ); ?>"><i class="fa <?php echo esc_attr( deeds_set( $header_social_icons, 'icon' ) ); ?>"></i></a>
					<?php endforeach; ?>
				</div>
			<?php endif; ?>
			<p>
				<?php echo wp_kses( $options->get( 'copyright_text', 'Webinane Themes &copy 2019' ), $allowed_html ); ?>
			</p>
		</div><!-- Footer Data -->
	</div>

</footer>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists