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

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

- Page: https://pluginprobe.com/plugins/learnpress/4.1.6.9.1/code/inc/admin/views/tools/html-course.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.1.6.9.1/raw/inc/admin/views/tools/html-course.php
- Modified: 2022-08-04T04:28:52+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.1.6.9.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' );

```
