File: /home/slfopp7cb1df/www/shaneconrad.me/wp-content/themes/doctors-profile/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 Doctors Profile
*/
?>
<footer id="colophon" class="site-footer pt-3 pb-3">
<div class="container">
<div class="site-info text-center">
<a href="<?php echo esc_url(__('https://wordpress.org/', 'doctors-profile')); ?>">
<?php
/* translators: %s: CMS name, i.e. WordPress. */
printf(esc_html__('Proudly powered by %s', 'doctors-profile'), 'WordPress');
?>
</a>
<span class="sep"> | </span>
<?php
/* translators: 1: Theme name, 2: Theme author. */
printf(esc_html__('%1$s by %2$s.', 'doctors-profile'), '<a href="https://wpthemespace.com/product/doctors-profile/">Doctors Profile</a>', 'Wp Theme Space');
?>
</div><!-- .site-info -->
</div><!-- .container -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>