init commit
This commit is contained in:
61
footer.php
Normal file
61
footer.php
Normal file
@ -0,0 +1,61 @@
|
||||
<?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> <!-- mt-container -->
|
||||
</div><!-- #content -->
|
||||
|
||||
<?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><!-- #page -->
|
||||
|
||||
<?php
|
||||
/**
|
||||
* sophia_after_dark_after_page hook
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
do_action( 'sophia_after_dark_after_page' );
|
||||
|
||||
wp_footer();
|
||||
?>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user