OwlCyberSecurity - MANAGER
Edit File: instructor.php
<?php /** * Display loop thumbnail * * @since v.1.0.0 * @author themeum * @url https://themeum.com * * @package TutorLMS/Templates * @version 1.4.3 */ global $post, $authordata; $profile_url = tutor_utils()->profile_url($authordata->ID, true); $course_categories = get_tutor_course_categories(); ?> <?php echo get_avatar( get_the_author_meta( 'ID' )); ?> <a class="author-name" href="<?php echo esc_url( $profile_url ); ?>"> <?php echo esc_html(get_the_author()); ?></a>