D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
home
/
aramrprl
/
spicandspans.com
/
wp-content
/
themes
/
cleenday
/
Filename :
footer.php
back
Copy
<?php /** * The template for Footer rendering * * Contains the closing of the #main div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package cleenday * @author WebGeniusLab <webgeniuslab@gmail.com> * @since 1.0.0 */ echo '</main>'; /** * Elementor Pro Footer Render * * @since 1.0.0 */ do_action('cleenday/elementor_pro/footer'); /** * Check WGL footer active option * * @since 1.0.0 */ $footer = apply_filters('cleenday/footer/enable', true); $footer_switch = $footer['footer_switch'] ?? ''; $copyright_switch = $footer['copyright_switch'] ?? ''; if ($footer_switch || $copyright_switch) { get_template_part('templates/section', 'footer'); } /** * Runs after main * * @since 1.0.0 */ do_action('cleenday/after_main_content'); wp_footer(); echo '</body>'; echo '</html>';