PHPackages                             upperdog/client-admin-cleanup - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. upperdog/client-admin-cleanup

ActiveWordpress-plugin[Authentication &amp; Authorization](/categories/authentication)

upperdog/client-admin-cleanup
=============================

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

v1.1.0(6y ago)3901GPL-2.0-or-laterPHP

Since Oct 27Pushed 6y ago2 watchersCompare

[ Source](https://github.com/Upperdog/client-admin-cleanup)[ Packagist](https://packagist.org/packages/upperdog/client-admin-cleanup)[ Docs](https://github.com/upperdog/client-admin-cleanup)[ RSS](/packages/upperdog-client-admin-cleanup/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

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

[](#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:

```
function site_client_admin_cleanup_allowed_users() {
    $allowed_users = array( 'bill', 'melinda' );
    return $allowed_users;
}
add_filter( 'client_admin_cleanup_allowed_users', 'site_client_admin_cleanup_allowed_users' );

```

Compatibility with remote management services
---------------------------------------------

[](#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
-------------------

[](#manual-installation)

1. Upload the `client-admin-cleanup` directory to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.

Composer installation
---------------------

[](#composer-installation)

Run the following command to add the plugin to your composer.json file.

```
composer require upperdog/client-admin-cleanup

```

Changelog
---------

[](#changelog)

### 1.1.0 (2020-04-27)

[](#110-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)

[](#100-2018-10-27)

- Initial release.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~548 days

Total

2

Last Release

2204d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9fb149e23267945aabab72ef0f434ab2db0e3123e96154b3f19cf80f2ff0d7c5?d=identicon)[upperdog](/maintainers/upperdog)

---

Top Contributors

[![gesen](https://avatars.githubusercontent.com/u/2316984?v=4)](https://github.com/gesen "gesen (9 commits)")

---

Tags

wordpresswordpress-pluginwordpress

### Embed Badge

![Health badge](/badges/upperdog-client-admin-cleanup/health.svg)

```
[![Health](https://phpackages.com/badges/upperdog-client-admin-cleanup/health.svg)](https://phpackages.com/packages/upperdog-client-admin-cleanup)
```

###  Alternatives

[daggerhart/openid-connect-generic

OpenID Connect generic WordPress plugin.

30481.2k1](/packages/daggerhart-openid-connect-generic)[discourse/wp-discourse

WordPress plugin that allows you to use Discourse as a community engine for your WordPress blog.

5419.5k](/packages/discourse-wp-discourse)[devgeniem/wp-geniem-roles

Wrapper class for WordPress role creation and manipulation.

1857.0k](/packages/devgeniem-wp-geniem-roles)[forumone/openid-connect-wp

OpenID Connect generic WordPress plugin.

204.3k](/packages/forumone-openid-connect-wp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
