
外掛標籤
開發者團隊
② 後台搜尋「HandL AI Connector Access Control」→ 直接安裝(推薦)
原文外掛簡介
HandL AI Connector Access Control lets administrators allow/deny AI Client prompt execution on a per-plugin basis using the wp_ai_client_prevent_prompt filter introduced with the WordPress AI Client.
Default behavior is allow.
Caller attribution is best-effort and is determined by inspecting the PHP call stack and mapping file paths to installed plugins.
Privacy / Data
This plugin does not send data to any external service.
If you enable recent-call logging in Settings → HandL AI Connector Access Control, it stores a local log in the WordPress options table containing:
Timestamp
Allow/deny decision
AI Client operation (e.g. generate_text, is_supported_for_text_generation)
Provider and model when set on the prompt builder (or model preferences)
Truncated prompt preview and selected generation config (best-effort)
Best-effort calling plugin (plugin basename) and source file
Current user id and display name
Request URI
Logs are kept as a count-based ring buffer (default 200 entries, configurable 20–1000). There is no time-based TTL—older rows drop only when the buffer is full.
Logging is disabled by default.
