HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux bareserver 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: root (0)
PHP: 7.2.24-0ubuntu0.18.04.17
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/html/site/newsite_contaminado/wp-content/themes/vinl/footer.php
<?php

/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package finley
 */
?>



<?php 
$copyright = get_theme_mod( 'footer_copyright_text', finley_get_default_footer_copyright() );
?>

<footer id="colophon" class="site-footer">

	<div class="container">

		<?php 
get_template_part( 'template-parts/social', 'links' );
?>

		<div class="site-info">
			<?php 
?>
				<a rel="nofollow" href="<?php 
echo  esc_url( 'https://wordpress.org/' ) ;
?>">
					<?php 
/* translators: %s: CMS name, i.e. WordPress. */
printf( esc_html__( 'Proudly powered by %s', 'finley' ), '<b>' . esc_html__( "WordPress", 'finley' ) . '</b>' );
?>
				</a>
				<span class="sep"> | </span>
				<?php 
/* translators: 1: Theme name, 2: Theme author. */
printf( esc_html__( 'Theme: %1$s by %2$s.', 'finley' ), esc_html__( 'Finley', 'finley' ), '<a href=' . esc_url( "https://graphthemes.com", 'finley' ) . ' class="footer-brand" rel="nofollow"><b>' . esc_html__( "GraphThemes", 'finley' ) . '</b></a>' );
?>
			<?php 
?>
			<div class="copyright"><?php 
echo  wp_kses_post( $copyright ) ;
?></div>
		</div><!-- .site-info -->
	</div>
</footer><!-- #colophon -->


<a class="scroll-to-top" href="javascript:void(0)">
	<svg id="Layer_1" version="1.1" viewBox="0 0 64 64" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
		<g>
			<g id="Icon-Chevron-Left" transform="translate(237.000000, 335.000000)">
				<polyline class="st0" id="Fill-35" points="-191.3,-296.9 -193.3,-294.9 -205,-306.6 -216.7,-294.9 -218.7,-296.9 -205,-310.6      -191.3,-296.9    " />
			</g>
		</g>
	</svg>
</a>

<?php 
wp_footer();
?>

</body>

</html>