# learnpress/4.4.8/assets/src/js/admin/admin-tools.js

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.4.8. 10 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.4.8/code/assets/src/js/admin/admin-tools.js
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.8/raw/assets/src/js/admin/admin-tools.js
- Modified: 2026-09-18T11:22:50+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.8/code/assets/src/js/admin/admin-tools.js#L10-L20`.

```javascript
import assignUserCourse from './tools/assign-user-course';
import HandleSampleData from './tools/handle-sample-data';
import ResetCourseProgress from './tools/reset-course-progress';
import ResetItemProgress from './tools/reset-item-progress';

assignUserCourse();
( new HandleSampleData() ).init();
( new ResetCourseProgress() ).init();
( new ResetItemProgress() ).init();

```
