# learnpress/4.4.1/inc/admin/views/tools/html-course.php

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

- Page: https://pluginprobe.com/plugins/learnpress/4.4.1/code/inc/admin/views/tools/html-course.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.1/raw/inc/admin/views/tools/html-course.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/inc/admin/views/tools/html-course.php#L10-L20`.

```php
<?php
learn_press_admin_view( 'tools/course/html-install-sample-data' );
learn_press_admin_view( 'tools/course/html-course' );
learn_press_admin_view( 'tools/course/html-user' );
learn_press_admin_view( 'tools/course/html-user-item' );

```
