![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/themes/bugster/templates/ |
<?php /** * The template to display default site footer * * @package WordPress * @subpackage BUGSTER * @since BUGSTER 1.0.10 */ ?> <footer class="footer_wrap footer_default <?php if ( ! bugster_is_inherit( bugster_get_theme_option( 'footer_scheme' ) ) ) { echo ' scheme_' . esc_attr( bugster_get_theme_option( 'footer_scheme' ) ); } ?> "> <?php // Footer widgets area get_template_part( apply_filters( 'bugster_filter_get_template_part', 'templates/footer-widgets' ) ); // Logo get_template_part( apply_filters( 'bugster_filter_get_template_part', 'templates/footer-logo' ) ); // Socials get_template_part( apply_filters( 'bugster_filter_get_template_part', 'templates/footer-socials' ) ); // Menu get_template_part( apply_filters( 'bugster_filter_get_template_part', 'templates/footer-menu' ) ); // Copyright area get_template_part( apply_filters( 'bugster_filter_get_template_part', 'templates/footer-copyright' ) ); ?> </footer><!-- /.footer_wrap -->