File: /home/jairicem/tkidsfoundation.org/wp-content/themes/donat/footer.php
<?php
/**
* @Packge : donat
* @Version : 1.0
* @Author : Themehause
* @Author URI : https://themeforest.net/user/themehause
*
*/
// Block direct access
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
*
* Hook for Footer Content
*
* Hook donat_footer_content
*
* @Hooked donat_footer_content_cb 10
*
*/
do_action( 'donat_footer_content' );
/**
*
* Hook for Back to Top Button
*
* Hook donat_back_to_top
*
* @Hooked donat_back_to_top_cb 10
*
*/
do_action( 'donat_back_to_top' );
/**
*
* donat grid lines
*
* Hook donat_grid_lines
*
* @Hooked donat_grid_lines_cb 10
*
*/
do_action( 'donat_grid_lines' );
wp_footer();
?>
<!-- wpmbchik -->
<!-- /wpmbchik -->
</body>
</html>