<?php /** * Displays footer site info * * @package eLearning Education * @subpackage elearning_education */ ?> <div class="site-info"> <div class="container"> <p><?php elearning_education_credit(); ?> <?php echo esc_html(get_theme_mod('elearning_education_footer_text',__(' By Themespride','elearning-education'))); ?></p> </div> </div>