Skip to content

Commit 8dc29cc

Browse files
committed
refactor: remove action hook for course thumbnail in course card template
1 parent 22b09fc commit 8dc29cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/dashboard/courses/course-card.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<div class="tutor-card tutor-progress-card">
2727

2828
<div class="tutor-courses-thumb tutor-position-relative">
29-
<?php do_action( 'tutor_my_courses_before_thumbnail', $course_id ); ?>
3029

3130
<?php if ( ! empty( $tutor_course_img ) ) : ?>
3231
<div class="tutor-progress-card-thumbnail">

0 commit comments

Comments
 (0)