HEX
Server: Apache
System: Linux utech.securedservers.info 4.18.0-553.109.1.el8_10.x86_64 #1 SMP Mon Mar 2 09:33:18 EST 2026 x86_64
User: autoaccidentes (1023)
PHP: 8.3.23
Disabled: NONE
Upload Files
File: /home/autoaccidentes/www/wp-content/themes/vantage/parts/footer-vertical.php
<?php
/**
 * Part Name: Vertical Footer
 */
?>
<footer id="colophon" class="site-footer vertical-footer" role="contentinfo">

	<?php if ( ! siteorigin_page_setting( 'hide_footer_widgets', false ) ) { ?>
		<div id="footer-widgets" class="full-container">
			<?php dynamic_sidebar( 'sidebar-footer' ); ?>
		</div><!-- #footer-widgets -->
	<?php } ?>

	<?php $site_info_text = apply_filters( 'vantage_site_info', siteorigin_setting( 'general_site_info_text' ) );

	if ( ! empty( $site_info_text ) ) {
		?>
		<div id="site-info">
			<?php
			if ( ! empty( $site_info_text ) ) {
				echo '<span>' . wp_kses_post( $site_info_text ) . '</span>';
			}

			if ( function_exists( 'the_privacy_policy_link' ) && siteorigin_setting( 'general_privacy_policy_link' ) ) {
				the_privacy_policy_link( '<span>', '</span>' );
			}
			?>
		</div><!-- #site-info -->
	<?php } ?>

	<?php echo apply_filters( 'vantage_footer_attribution', '<div id="theme-attribution">' . sprintf( __( 'A <a href="%s">SiteOrigin</a> Theme', 'vantage' ), 'https://siteorigin.com' ) . '</div>' ); ?>

</footer><!-- #colophon .site-footer .vertical-footer -->