== occupied == Contributors: williamtaft Tags: occupied, lock, custom Requires at least: 4.8.1 Tested up to: 4.8.1 Requires PHP: 5.2.4 Stable tag: 0.1.0 custom page locking for WordPress admin screens == Screenshots == 1. Demonstration == Installation == put this plugin in the plugins directory of your wordpress installation or include the plugin in the root folder of your own plugin and require it with `require_once('occupied-installation-folder/occupied.php');` == usage == In the function for your custom page, just use `Occupied::protect()` to enable locking on that page. `My Cool Plugin!"; } ?>` In another action, you can check whether a screen is occupied by the current user `` == Changelog == = 0.1.0 = * Initial upload = 0.1.1 = * pretty readme == todo == * break out styles * add locking hooks * rethink using vue for a modal and some event handlers == developers == This plugin is developed on [github](https://github.com/skinnyjames/occupied/) == license == GPLv3