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

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

- Page: https://pluginprobe.com/plugins/learnpress/4.3.9/code/inc/admin/views/tools/html-course.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.3.9/raw/inc/admin/views/tools/html-course.php
- Modified: 2026-06-08T02:53:42+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.9/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' );

```
