Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2928 days ago
Is occupied abandoned?
Possibly abandoned (last update 2928 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
custom page locking for WordPress admin screens
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
todo
* break out styles
* add locking hooks
* rethink using vue for a modal and some event handlers
developers
This plugin is developed on github
license
GPLv3
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');
Frequently Asked Questions
Installation Instructions
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');
Review feed
Changelog
- Initial upload
