Title: Plugiva ClientGuard &#8211; Safe WordPress for Clients
Author: Amit Biswas
Published: <strong>27 Januari 2026</strong>
Last modified: 2 Juni 2026

---

Cari plugin

![](https://ps.w.org/plugiva-clientguard/assets/banner-772x250.png?rev=3447719)

![](https://ps.w.org/plugiva-clientguard/assets/icon-256x256.png?rev=3447719)

# Plugiva ClientGuard – Safe WordPress for Clients

 Oleh [Amit Biswas](https://profiles.wordpress.org/amitbiswas06/)

[Unduh](https://downloads.wordpress.org/plugin/plugiva-clientguard.1.5.2.zip)

 * [Detail](https://id.wordpress.org/plugins/plugiva-clientguard/#description)
 * [Ulasan](https://id.wordpress.org/plugins/plugiva-clientguard/#reviews)
 *  [Instalasi](https://id.wordpress.org/plugins/plugiva-clientguard/#installation)
 * [Pengembangan](https://id.wordpress.org/plugins/plugiva-clientguard/#developers)

 [Bantuan](https://wordpress.org/support/plugin/plugiva-clientguard/)

## Deskripsi

Plugiva ClientGuard simplifies and protects the WordPress admin by reducing risky
operations and helping prevent unintended changes.

It adds practical guardrails to sensitive areas by reducing access to risky operations
and settings that are rarely needed in day-to-day site management.

With one-click Client Mode, you can protect plugins, themes, and critical settings
while keeping the admin area clean and usable.

You can also lock Client Mode via configuration to prevent it from being disabled
from the admin interface:

    ```
    define( 'PCGD_LOCK_CLIENT_MODE', true );
    ```

This can be added in wp-config.php or defined programmatically in custom code.

When enabled, Client Mode is forced on and cannot be turned off from the dashboard,
ensuring consistent protection.

Instead of blocking access aggressively, ClientGuard applies smart guardrails, allowing
users to work freely without breaking important parts of your site.

ClientGuard is ideal for:

 * Site owners managing their own WordPress site
 * Developers handing off sites to clients
 * Teams that want a simplified and safer admin experience

### Client Mode

Enable Client Mode to instantly apply safe defaults:

 * Limits plugin installation and deletion to maintain stability
 * Keeps the active theme in place to preserve site layout
 * Hides sensitive admin menus to simplify the interface
 * Keeps important content safe from edits
 * Keeps critical settings like Site URL and Permalinks stable
 * Hides ACF (Advanced Custom Fields) admin automatically

### Key Features

 * One-click Client Mode for a simplified admin experience
 * Keeps plugin changes controlled for stability
 * Keeps the active theme consistent
 * Hides selected admin menus (including ACF when active)
 * Keeps important pages safe from editing or deletion
 * Keeps critical WordPress settings stable (Site URL, Permalinks)
 * Helps govern modern WordPress operational workflows, including REST-based plugin
   management
 * Works with ACF (Advanced Custom Fields) automatically
 * Safe defaults – nothing changes on activation
 * Clean uninstall with no leftover data

### What This Plugin Is NOT

 * Not a security or firewall plugin
 * Not a role or permission editor
 * Not designed to block administrators entirely

Plugiva ClientGuard focuses on preventing mistakes, not enforcing restrictions.

### Developer Hooks

Plugiva ClientGuard includes developer-friendly hooks for customizing certain behaviors,
such as modifying admin notice messages. Additional hooks may be introduced in future
versions.

## Tangkapan Layar

 * [[
 * Client Mode settings for a simplified and safer admin experience.
 * [[
 * General Protection settings for plugins, themes, and critical site settings.
 * [[
 * Content Protection interface for protecting selected pages.
 * [[
 * Menu Visibility options for hiding admin menus.

## Instalasi

 1. Upload the `plugiva-clientguard` folder to `/wp-content/plugins/`
 2. Activate the plugin through the Plugins menu
 3. Go to **Settings  ClientGuard**
 4. Enable only the guards you need

## Tanya Jawab

### Does this plugin completely block access?

No. ClientGuard simplifies access and guards critical actions. Some advanced areas
are managed automatically to prevent unintended changes.

### Is this a security plugin?

No. This plugin is designed to prevent accidental changes, not to secure WordPress
from attacks.

### What happens to hidden admin areas?

ClientGuard simplifies the admin experience by hiding or managing certain areas 
to help prevent unintended changes.

### Does it work with ACF (Advanced Custom Fields)?

Yes. ClientGuard can hide the ACF admin panel automatically when Client Mode is 
enabled, helping prevent accidental changes to custom fields.

### What happens on uninstall?

All plugin settings are removed cleanly when the plugin is uninstalled.

## Ulasan

Belum ada ulasan untuk plugin ini.

## Kontributor & Pengembang

“Plugiva ClientGuard – Safe WordPress for Clients” adalah perangkat lunak open source.
Berikut ini mereka yang sudah berkontribusi pada plugin ini.

Kontributor

 *   [ Amit Biswas ](https://profiles.wordpress.org/amitbiswas06/)

[Terjemahkan “Plugiva ClientGuard – Safe WordPress for Clients” dalam bahasa Anda.](https://translate.wordpress.org/projects/wp-plugins/plugiva-clientguard)

### Tertarik mengembangkan?

[Lihat kode](https://plugins.trac.wordpress.org/browser/plugiva-clientguard/), periksa
[repositori SVN ](https://plugins.svn.wordpress.org/plugiva-clientguard/), atau 
mendaftar ke [log pengembangan](https://plugins.trac.wordpress.org/log/plugiva-clientguard/)
melalui [RSS](https://plugins.trac.wordpress.org/log/plugiva-clientguard/?limit=100&mode=stop_on_copy&format=rss).

## Log Perubahan

#### 1.5.2

 * Added dashboard governance for improved admin consistency.
 * Hide WordPress AI dashboard widgets in Client Mode.
 * Hide Activity and At a Glance dashboard widgets in Client Mode.
 * Hide Activity and At a Glance dashboard widgets when admin menus are hidden.
 * Improved dashboard simplification and client-facing usability.

#### 1.5.1

 * Improved admin bar consistency by respecting ClientGuard menu visibility settings
 * Hidden menus are now also removed from relevant admin bar navigation shortcuts
 * Protected content no longer shows frontend Edit shortcuts when editing is restricted
 * Improved Client Mode navigation consistency across admin and frontend views
 * Refined frontend admin bar governance architecture

#### 1.5.0

 * Improved compatibility with modern WordPress operational workflows introduced
   in WordPress 7.0
 * Extended plugin installation protections to REST-based provisioning workflows
 * Added Client Mode governance for WordPress AI and Connectors admin surfaces
 * Suspends WordPress AI runtime features while Client Mode is active
 * Improved operational consistency across admin and REST contexts

#### 1.4.0

 * Simplified admin experience by removing unnecessary notices
 * Introduced centralized Client Mode messaging
 * Added guided onboarding for Client Mode
 * Hid critical settings like Site URLs from General Settings
 * Improved UX by reducing friction and confusion
 * Added nonce validation for secure actions

#### 1.3.0

 * Add configuration-based lock for Client Mode via `PCGD_LOCK_CLIENT_MODE`
 * Introduce centralized settings state resolver for consistent UI behavior
 * Improve settings and menu UI consistency under Client Mode

#### 1.2.0

 * Added Site URL protection to prevent login and access issues
 * Added Permalink settings guard in Client Mode
 * Improved admin safety with critical settings protection

#### 1.1.0

 * Added Client Mode for one-click admin protection
 * Improved menu control and UI behavior
 * Added ACF integration (auto-hide in Client Mode)
 * Enhanced capability handling for plugins and themes
 * Improved admin experience with clearer controls

#### 1.0.1

 * Refined plugin description and tags for improved clarity and discoverability.

#### 1.0.0

 * Initial release.

## Meta

 *  Versi **1.5.2**
 *  Diperbarui **22 jam yang lalu**
 *  Instalasi Aktif **Kurang dari 10**
 *  Versi WordPress ** 6.0 atau yang terbaru **
 *  Diuji hingga **7.0**
 *  Versi PHP ** 7.4 atau yang terbaru **
 *  Bahasa
 * [English (US)](https://wordpress.org/plugins/plugiva-clientguard/)
 * Tag
 * [admin](https://id.wordpress.org/plugins/tags/admin/)[hide menu](https://id.wordpress.org/plugins/tags/hide-menu/)
   [safety](https://id.wordpress.org/plugins/tags/safety/)
 *  [Tampilan lanjut](https://id.wordpress.org/plugins/plugiva-clientguard/advanced/)

## Rating

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/plugiva-clientguard/reviews/#new-post)

[Lihat semua ulasan](https://wordpress.org/support/plugin/plugiva-clientguard/reviews/)

## Kontributor

 *   [ Amit Biswas ](https://profiles.wordpress.org/amitbiswas06/)

## Bantuan

Ada yang ingin dikatakan? Butuh bantuan?

 [Lihat forum bantuan](https://wordpress.org/support/plugin/plugiva-clientguard/)