Current File : /home/mdkeenpw/www/wp-content/themes/logistik/footer.php |
<?php
/**
* @Packge : Logistik
* @Version : 1.0
* @Author : Themeholy
* @Author URI : https://themeholy.com/
*
*/
// Block direct access
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
*
* Hook for Footer Content
*
* Hook logistik_footer_content
*
* @Hooked logistik_footer_content_cb 10
*
*/
do_action( 'logistik_footer_content' );
/**
*
* Hook for Back to Top Button
*
* Hook logistik_back_to_top
*
* @Hooked logistik_back_to_top_cb 10
*
*/
do_action( 'logistik_back_to_top' );
wp_footer();
?>
</body>
</html>