Skip to content

zao-web/sensei-bulk-boot-learners

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  1. Download the latest release package.
  2. Upload the entire /sensei-bulk-boot-learners directory to the /wp-content/plugins/ directory.
  3. Activate Sensei Bulk Boot Learners through the 'Plugins' menu in WordPress.

Using Git

  1. 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.

  1. 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

"Boot Learners" button: "Boot Learners" button

"Boot Learners" in progress: "Boot Learners" in progress

Changelog

0.1.1

  • Query/Performance Improvements.

0.1.0

  • First release