Thanks for a quick revert. Please find the code. The said hook is there.
<footer>
<div class="row">
<div class="eight columns">
<?php $defaultFooterText = "© " . date('Y') . " " . get_bloginfo('name') . " All Rights Reserved ";
echo ($realtor_footerText != '') ? $realtor_footerText : $defaultFooterText; ?>
</div><!-- #access -->
<div class="four columns credits">
<a href="http://www.lpgsafety.com" rel="nofollow">A PRISM group website</a>
</div>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>