HEX
Server: Apache
System: Linux smartwebfx.com 5.4.0-211-generic #231-Ubuntu SMP Tue Mar 11 17:06:58 UTC 2025 x86_64
User: fastshipsa (1010)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: /home/fastshipsa/public_html/wp-content/themes/fastrans/footer.php
<?php
/**
 * Footer Main File.
 *
 * @package FASTRANS
 * @author  Themexriver
 * @version 1.0
 */
global $wp_query;
$page_id = ( $wp_query->is_posts_page ) ? $wp_query->queried_object->ID : get_the_ID();
?>

	<div class="clearfix"></div>

	<?php fastrans_template_load( 'templates/footer/footer.php', compact( 'page_id' ) );?>

</div>
<!--End Page Wrapper-->

<?php wp_footer(); ?>

</body>
</html>