# learnpress/4.4.1/templates/loop/course/meta.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.4.1. 16 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.4.1/code/templates/loop/course/meta.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.1/raw/templates/loop/course/meta.php
- Modified: 2026-06-26T11:19:40+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.4.1/code/templates/loop/course/meta.php#L10-L20`.

```php
<?php
/**
 * Template for displaying meta data in course loop.
 *
 * @author ThimPress
 * @package LearnPress/Templates
 * @version 4.0.0
 */

defined( 'ABSPATH' ) || exit;

global $post;
?>

<div class="course-excerpt"><?php echo wp_trim_words( $post->post_content, 15 ); ?></div>

```
