Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
wp-content
/
themes
/
vantage
/
Editing: footer.php
<?php do_action( 'vantage_main_bottom' ); ?> </div><!-- .full-container --> </div><!-- #main .site-main --> <?php do_action( 'vantage_after_main_container' ); ?> <?php do_action( 'vantage_before_footer' ); ?> <?php get_template_part( 'parts/footer', apply_filters( 'vantage_footer_type', siteorigin_setting( 'layout_footer' ) ) ); ?> <?php do_action( 'vantage_after_footer' ); ?> </div><!-- #page-wrapper --> <?php do_action( 'vantage_after_page_wrapper' ); ?> <?php wp_footer(); ?> </body> </html>
Save
Cancel