🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 07:46:59 | PHP 8.1.34
📂
/ (Root)
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
defence360agent
/
simple_rpc
/
schema
📍 /opt/imunify360/venv/lib/python3.11/site-packages/defence360agent/simple_rpc/schema
🔄 Refresh
✏️
Editing: wp-disabled-rules.yaml
Read Only
wordpress-plugin rules list-disabled: help: List disabled WordPress protection rules with metadata. type: dict cli: users: - root schema: limit: type: integer coerce: int default: 50 help: Maximum number of rules to return. offset: type: integer coerce: int default: 0 help: Number of rules to skip. domains: type: list nullable: true schema: type: string help: Filter by specific domains. user: type: string nullable: true help: Filter rules visible to this user (shows only rules for user's domains). wordpress-plugin rules disable: help: Disable a WordPress protection rule globally or for specific domains. type: dict cli: users: - root schema: rule: type: string required: true help: The rule ID to disable (e.g., CVE-2025-001). domains: type: list nullable: true schema: type: string help: List of domains to disable the rule for. If omitted, disables globally. user: type: string nullable: true help: (internal) wordpress-plugin rules enable: help: Re-enable a WordPress protection rule globally or for specific domains. type: dict cli: users: - root schema: rule: type: string required: true help: The rule ID to enable (e.g., CVE-2025-001). domains: type: list nullable: true schema: type: string help: List of domains to enable the rule for. If omitted, enables globally. user: type: string nullable: true help: (internal)
💾 Save Changes
❌ Cancel