PATH:
home
/
lab2454c
/
archfort.com
/
wp-content
/
themes
/
hello-elementor
<?php /** * The template for displaying the footer. * * Contains the body & html closing tags. * * @package HelloElementor */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) { if ( did_action( 'elementor/loaded' ) && hello_header_footer_experiment_active() ) { get_template_part( 'template-parts/dynamic-footer' ); } else { get_template_part( 'template-parts/footer' ); } } ?> <?php wp_footer(); ?> </body> </html>
[+]
includes
[-] classic-editor.css
[edit]
[-] theme.min.css
[edit]
[-] index.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] style.min.css
[edit]
[-] classic-editor.min.css
[edit]
[-] footer.php
[edit]
[-] editor.min.css
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] modal.css
[edit]
[-] readme.txt
[edit]
[-] editor.css
[edit]
[-] customizer.min.css
[edit]
[+]
assets
[-] screenshot.png
[edit]
[-] functions.php
[edit]
[-] theme.css
[edit]
[-] customizer.css
[edit]
[+]
template-parts
[-] comments.php
[edit]