Sophia-After-Dark/footer.php

62 lines
1.2 KiB
PHP

<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Sophia After Dark
* @since 1.0.0
*/
?>
</div>
</div>
<?php
/**
* sophia_after_dark before footer
*
* @since 1.0.0
*/
do_action( 'sophia_after_dark_before_footer' );
/**
* sophia_after_dark footer
*
* @hooked - sophia_after_dark_footer_start - 5
* @hooked - sophia_after_dark_footer_sidebar - 10
* @hooked - sophia_after_dark_bottom_footer - 15
* @hooked - sophia_after_dark_footer_end - 20
*
* @since 1.0.0
*/
do_action( 'sophia_after_dark_footer' );
/**
* sophia_after_dark_scroll_top hook
*
* @hooked - sophia_after_dark_scroll_top_content - 10
*
* @since 1.0.0
*/
do_action( 'sophia_after_dark_scroll_top' );
?>
</div>
<?php
/**
* sophia_after_dark_after_page hook
*
* @since 1.0.0
*/
do_action( 'sophia_after_dark_after_page' );
wp_footer();
?>
</body>
</html>