# learnpress/4.4.8/templates/global/no-courses-found.php

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

- Page: https://pluginprobe.com/plugins/learnpress/4.4.8/code/templates/global/no-courses-found.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.8/raw/templates/global/no-courses-found.php
- Modified: 2026-09-18T11:22:50+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.8/code/templates/global/no-courses-found.php#L10-L20`.

```php
<?php
/**
 * Displayed when no course are found matching the current query
 *
 * This template can be overridden by copying it to yourtheme/learnpress/global/no-courses-found.php.
 *
 * @author  ThimPress
 * @package  Learnpress/Templates
 * @version  4.1.1
 */

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

<p class="learn-press-message error"><?php esc_html_e( 'No courses were found to match your selection.', 'learnpress' ); ?></p>

```
