WP Manifestindependent plugin directory
manifest / admin / client-admin-cleanup

Client Admin Cleanup

This WordPress plugin hides and restricts access to some parts of the wp-admin for clients.

by Upperdog · github.com/upperdog/client-admin-cleanup

3stars
93composer installs
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/upperdog/client-admin-cleanup/archive/refs/heads/master.zip

Also on Packagist as upperdog/client-admin-cleanup:

composer require upperdog/client-admin-cleanup

From the readme

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 clientsadmincleanupallowedusers 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 1. Upload the client-admin

Read the full README on GitHub →