# learnpress/4.3.7/templates/global/after-main-content.php

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

- Page: https://pluginprobe.com/plugins/learnpress/4.3.7/code/templates/global/after-main-content.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.3.7/raw/templates/global/after-main-content.php
- Modified: 2026-05-23T18:20:54+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.3.7/code/templates/global/after-main-content.php#L10-L20`.

```php
<?php
/**
 * Template for displaying after main content.
 *
 * This template can be overridden by copying it to yourtheme/learnpress/global/after-main-content.php.
 *
 * @author  ThimPress
 * @package  Learnpress/Templates
 * @version  3.0.0
 */

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

</div>

```
