Skip to content

Commit f8ac577

Browse files
committed
refactor: remove unused utility class variables in course price templates
1 parent 94627f9 commit f8ac577

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

templates/loop/course-price-tutor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
$enroll_btn = tutor_course_loop_add_to_cart( false );
2727

2828
$price_html = tutor_utils()->get_course_price();
29-
// $utility_classes = 'tutor-d-flex tutor-align-center tutor-justify-between';
3029
$utility_classes = '';
3130
$total_enrolled = (int) tutor_utils()->count_enrolled_users_by_course( $course_id );
3231
$maximum_students = (int) tutor_utils()->get_course_settings( $course_id, 'maximum_students' );

templates/loop/course-price-woocommerce.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
$product = wc_get_product( $product_id );
3030
$wc_price_html = '';
3131
$product_type = '';
32-
// $utility_classes = 'tutor-course-price-wrapper';
3332
$utility_classes = '';
3433
if ( is_a( $product, 'WC_Product' ) ) {
3534
$wc_price_html = apply_filters( 'tutor_loop_wc_price_html', $product->get_price_html(), $product );

0 commit comments

Comments
 (0)