Download the PHP package upperdog/client-admin-cleanup without Composer
On this page you can find all versions of the php package upperdog/client-admin-cleanup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download upperdog/client-admin-cleanup
More information about upperdog/client-admin-cleanup
Files in upperdog/client-admin-cleanup
Package client-admin-cleanup
Short Description This WordPress plugin hides and restricts access to some parts of the wp-admin for clients.
License GPL-2.0-or-later
Homepage https://github.com/upperdog/client-admin-cleanup
Informations about the package client-admin-cleanup
Client Admin Cleanup
This WordPress plugin hides and restricts access to some parts of the wp-admin for clients. It's like cleaning up the UI of things they don't need. For example, it hides and restricts access to the plugins, themes, and updates sections. Developers and agencies who maintain their client's sites usually want to have full control of these parts of the site.
This plugin is not released in the official WordPress Plugins directory. It is developed for our own needs. We will not be able provide support for this plugin. Please fork the plugin if you want to customize it to your own needs.
This plugin:
- Restricts access to plugins, themes, customizer, updates, and Jetpack.
- Removes unused dashboard widgets.
Specify allowed users
Developers can use the clients_admin_cleanup_allowed_users
filter to specify which users are allowed to see update notifications. Add the username of each allowed user to an array like in the following example:
Compatibility with remote management services
This plugin has only been tested with ManageWP. ManageWP has to connect to the site with a user account that is allowed to see updates.
Manual installation
- Upload the
client-admin-cleanup
directory to the/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins' menu in WordPress.
Composer installation
Run the following command to add the plugin to your composer.json file.
Changelog
1.1.0 (2020-04-27)
- Block access to more admin pages.
- Remove admin menu items for tools, settings.
- Minor refactoring and code cleanup.
1.0.0 (2018-10-27)
- Initial release.