# learnpress/4.1.7/templates/loop/course/loop-end.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.1.7. 17 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.1.7/code/templates/loop/course/loop-end.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.1.7/raw/templates/loop/course/loop-end.php
- Modified: 2022-09-13T03:07:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/learnpress/4.1.7/code/templates/loop/course/loop-end.php#L10-L20`.

```php
<?php
/**
 * Template for displaying wrap end of archive course within the loop.
 *
 * This template can be overridden by copying it to yourtheme/learnpress/loop/course/loop-end.php.
 *
 * @author  ThimPress
 * @package  Learnpress/Templates
 * @version  3.0.0
 */

defined( 'ABSPATH' ) || exit();

echo apply_filters( 'learn_press_course_loop_end', '</ul>' );



```
