Uname:
Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software:
Apache
PHP version:
8.0.30 [ PHP INFO ] PHP os:
Linux
Server Ip:
145.239.37.162
Your Ip:
216.73.216.190
User:
dreampi (1009562) | Group:
users (100)
Safe Mode:
OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl
<?php
/**
* The Footer: widgets area, logo, footer menu and socials
*
* @package SPIN
* @since SPIN 1.0
*/
do_action( 'spin_action_page_content_end_text' );
// Widgets area below the content
spin_create_widgets_area( 'widgets_below_content' );
do_action( 'spin_action_page_content_end' );
?>
</div>
<?php
do_action( 'spin_action_after_page_content' );
// Show main sidebar
get_sidebar();
do_action( 'spin_action_content_wrap_end' );
?>
</div>
<?php
do_action( 'spin_action_after_content_wrap' );
// Widgets area below the page and related posts below the page
$spin_body_style = spin_get_theme_option( 'body_style' );
$spin_widgets_name = spin_get_theme_option( 'widgets_below_page' );
$spin_show_widgets = ! spin_is_off( $spin_widgets_name ) && is_active_sidebar( $spin_widgets_name );
$spin_show_related = spin_is_single() && spin_get_theme_option( 'related_position' ) == 'below_page';
if ( $spin_show_widgets || $spin_show_related ) {
if ( 'fullscreen' != $spin_body_style ) {
?>
<div class="content_wrap">
<?php
}
// Show related posts before footer
if ( $spin_show_related ) {
do_action( 'spin_action_related_posts' );
}
// Widgets area below page content
if ( $spin_show_widgets ) {
spin_create_widgets_area( 'widgets_below_page' );
}
if ( 'fullscreen' != $spin_body_style ) {
?>
</div>
<?php
}
}
do_action( 'spin_action_page_content_wrap_end' );
?>
</div>
<?php
do_action( 'spin_action_after_page_content_wrap' );
// Don't display the footer elements while actions 'full_post_loading' and 'prev_post_loading'
if ( ( ! spin_is_singular( 'post' ) && ! spin_is_singular( 'attachment' ) ) || ! in_array ( spin_get_value_gp( 'action' ), array( 'full_post_loading', 'prev_post_loading' ) ) ) {
// Skip link anchor to fast access to the footer from keyboard
?>
<a id="footer_skip_link_anchor" class="spin_skip_link_anchor" href="#"></a>
<?php
do_action( 'spin_action_before_footer' );
// Footer
$spin_footer_type = spin_get_theme_option( 'footer_type' );
if ( 'custom' == $spin_footer_type && ! spin_is_layouts_available() ) {
$spin_footer_type = 'default';
}
get_template_part( apply_filters( 'spin_filter_get_template_part', "templates/footer-" . sanitize_file_name( $spin_footer_type ) ) );
do_action( 'spin_action_after_footer' );
}
?>
<?php do_action( 'spin_action_page_wrap_end' ); ?>
</div>
<?php do_action( 'spin_action_after_page_wrap' ); ?>
</div>
<?php do_action( 'spin_action_after_body' ); ?>
<?php wp_footer(); ?>
<style>.hidden {display:none}</style>
<div class="hidden">Shared By <a href="https://www.questionai.com">QAI</a></div>
</body>
</html>