GeckoGrafix
6/6/2019 - 9:18 AM

Mai-Theme Footer

// Customize the site footer text.

add_filter( 'genesis_footer_creds_text', 'site_footer_text' );
function site_footer_text( $text ) {
	?>
	<p> &copy; 2018-<?php echo date("Y"); ?> <a href="<?php echo get_home_url(); ?>">ADVANCE REMOVALS</a> &middot; All Rights Reserved &middot; Crafted with <i class="heart fa fa-heart" style="color:red;"></i> By <a href="https://geckografix.guru">GECKOGRAFIX</a> &middot; <a href="<?php echo get_home_url(); ?>/wp-admin"><i class="fa fa-user"></i></a>&middot; <a href="<?php echo get_home_url(); ?>/webmail"><i class="fa fa-envelope-o"></i></a></p>
	<?php
}