Sensei Bulk Boot Learners
Contributors: Justin Sternberg
Donate link: http://zao.is
Tags: Sensei
Requires at least: 4.5
Tested up to: 4.7
Stable tag: 0.1.1
License: GPL-2.0+
License URI: https://opensource.org/licenses/GPL-2.0
Provides tools/buttons for bulk booting users from courses
Description
If you offer seasonal training, it may make sense to reset the course enrollment at the beginning of each season. This plugin allows doing so by providing a bulk way to boot users from a course.
Installation
Manual Installation
- Download the latest release package.
- Upload the entire
/sensei-bulk-boot-learners
directory to the/wp-content/plugins/
directory. - Activate Sensei Bulk Boot Learners through the 'Plugins' menu in WordPress.
Using Git
- Clone this repository into your plugins directory:
cd <CONTENT_DIRECTORY>/plugins/ && git clone git@github.com:zao-web/sensei-bulk-boot-learners.git
Use as a Git submodule.
- If you have your WordPress
wp-content
directory in version control, and wish to add this plugin as a submodule:cd <CONTENT_DIRECTORY>/ && git submodule add https://github.com/zao-web/sensei-bulk-boot-learners.git plugins/sensei-bulk-boot-learners
Screenshots
Changelog
0.1.1
- Query/Performance Improvements.
0.1.0
- First release