# learnpress/4.4.2/assets/src/apps/js/frontend/instructors.js

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.4.2. 4 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.4.2/code/assets/src/apps/js/frontend/instructors.js
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.2/raw/assets/src/apps/js/frontend/instructors.js
- Modified: 2026-07-11T02:31:30+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.2/code/assets/src/apps/js/frontend/instructors.js#L10-L20`.

```javascript
import InstructorList from './instructors/instructor-list';
InstructorList();


```
