

Client Mode settings for a simplified and safer admin experience.
Plugiva ClientGuard simplifies the WordPress admin by removing unnecessary risk points and helping prevent unintended changes.
It adds practical guardrails to sensitive areas – by reducing access to settings that are rarely needed in day-to-day use.
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:
Enable Client Mode to instantly apply safe defaults:
Plugiva ClientGuard focuses on preventing mistakes, not enforcing restrictions.
Plugiva ClientGuard includes developer-friendly hooks for customizing certain behaviors, such as modifying admin notice messages. Additional hooks may be introduced in future versions.