D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
aramrprl
/
greytechnologies.info
/
wp-content
/
themes
/
techbiz-final
/
techbiz
/
Filename :
footer.php
back
Copy
<?php /** * @Packge : Techbiz * @Version : 1.0 * @Author : Vecurosoft * @Author URI : https://www.vecurosoft.com/ * */ // Block direct access if ( ! defined( 'ABSPATH' ) ) { exit; } /** * * Hook for Footer Content * * Hook techbiz_footer_content * * @Hooked techbiz_footer_content_cb 10 * */ do_action( 'techbiz_footer_content' ); if( !is_404( ) ) { /** * * Hook for Back to Top Button * * Hook techbiz_back_to_top * * @Hooked techbiz_back_to_top_cb 10 * */ do_action( 'techbiz_back_to_top' ); } wp_footer(); ?> </body> </html>