HEX
Server: Apache
System: Linux linplesk41.pumo.com.tw 3.10.0-962.3.2.lve1.5.27.el7.x86_64 #1 SMP Sat Nov 30 02:18:52 EST 2019 x86_64
User: rajlaw (10192)
PHP: 7.4.24
Disabled: phpinfo,passthru,exec,shell_exec,system,popen,proc_open,proc_close,show_source,pcntl_exec,escapeshellcmd,proc_get_status,proc_nice,proc_terminate,escapeshellarg
Upload Files
File: /home/httpd/vhosts/rajlaw.com.tw/httpdocs/wp-content/themes/freeware/footer.php
<?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 freeware
 */

?>
</div><!-- .wrap -->
<?php
$go_top = get_theme_mod('disable-go-top',0);
?>
	</div><!-- #content -->
	<?php
	/**
	 * Instagram Feed
	 */
	do_action('freeware_frontend_instagram_feed'); ?>

	<footer id="colophon" class="site-footer" role="contentinfo">

			<?php 
				/**
				 * Footer settings and Options
				 */
				do_action ('freeware_frontend_footer_settings'); 
			?>

		<div class="copyright-area">
			<div class="wrap">
				<div class="site-info">
					<?php if ( !class_exists( 'Freeware_Pro' ) ) { ?>
						<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'freeware' ) ); ?>">
							<?php
							/* translators: %s: CMS name, i.e. WordPress. */
							printf( esc_html__( 'Proudly powered by %s', 'freeware' ), 'WordPress' );
							?>
						</a>
						<span class="sep"> | </span>
							<?php
							/* translators: 1: Theme name, 2: Theme author. */
							printf( esc_html__( 'Theme: %1$s By %2$s.', 'freeware' ), 'Freeware <span class="sep"> | </span> ', '<a href="'.esc_url('https://themefreesia.com/').'">Theme Freesia</a>' );
					} else {
						/**
						 * Footer Copyright
						 */
						do_action ('freeware_footer_copyright_frontend');
					} ?>
				</div><!-- .site-info -->
					<?php
						if ( function_exists( 'the_privacy_policy_link' ) ) { ?>
							<div class="footer-right-info">
								<?php the_privacy_policy_link(); ?>
							</div>
						<?php }
					?>
			</div><!-- .wrap -->
		</div><!-- .copyright-area -->
	</footer><!-- #colophon -->
	<?php if( $go_top !=1 ) {  ?>
		<button href="#" type="button" class="back-to-top"><i class="fa-solid fa-arrow-up-long"></i><?php esc_html_e('Go Top','freeware'); ?></button>
	<?php } ?>
</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>