ClassPress is system for managing classes, students, and teachers in a school or educational institution. It provides features for scheduling classes, tracking student progress, and managing teacher assignments.
Display a list of ClassPress classes in any page or post.
[clpr_list_classes]The plugin’s compiled JavaScript and CSS in assets/dist/ are generated from the unminified source files included in the plugin:
assets/src/js/assets/src/scss/webpack.config.js, gulpfile.js, package.json, composer.jsonTo regenerate the compiled assets after editing the sources:
npm install
npm run build
For SCSS only:
npm run watchCss
PHP dependencies (development only) are managed via Composer:
composer install