add-to-cart-edd.php
7 years ago
add-to-cart-woocommerce.php
7 years ago
course-author.php
7 years ago
course-price-edd.php
7 years ago
course-price-woocommerce.php
7 years ago
course-price.php
7 years ago
course.php
7 years ago
end_content_wrap.php
7 years ago
footer.php
7 years ago
header.php
7 years ago
loop-after-content.php
7 years ago
loop-before-content.php
7 years ago
loop-end.php
7 years ago
loop-start.php
7 years ago
meta.php
7 years ago
rating.php
7 years ago
start_content_wrap.php
7 years ago
thumbnail.php
7 years ago
title.php
7 years ago
tutor-pagination.php
7 years ago
loop-before-content.php
25 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Course Loop End |
| 4 | * |
| 5 | * This template can be overridden by copying it to yourtheme/woocommerce/loop/loop-end.php. |
| 6 | * |
| 7 | * HOWEVER, on occasion WooCommerce will need to update template files and you |
| 8 | * (the theme developer) will need to copy the new files to your theme to |
| 9 | * maintain compatibility. We try to do this as little as possible, but it does |
| 10 | * happen. When this occurs the version of the template file will be bumped and |
| 11 | * the readme will list any important changes. |
| 12 | * |
| 13 | * @see https://docs.woocommerce.com/document/template-structure/ |
| 14 | * @author WooThemes |
| 15 | * @package WooCommerce/Templates |
| 16 | * @version 2.0.0 |
| 17 | */ |
| 18 | |
| 19 | if ( ! defined( 'ABSPATH' ) ) { |
| 20 | exit; |
| 21 | } |
| 22 | ?> |
| 23 | <div class="<?php tutor_course_loop_col_classes(); ?>"> |
| 24 | <div class="<?php tutor_course_loop_wrap_classes(); ?>"> |
| 25 |