
內容簡介
Tlloancy Source Stamp 外掛可監聽 WordPress AI 客戶端的生成結果,並在資料庫中記錄生成的相關資訊。當文章在同一請求中儲存時,將自動標記文章來源、模型及時間,並提供可選的訪客提示。
【主要功能】
• 監聽 wp_ai_client_after_generate_result
• 自我託管的日誌記錄
• 不儲存提示或完成文本
• 自動標記文章來源資訊
• 可選的訪客提示顯示
• 支援日誌的 CSV 匯出
外掛標籤
開發者團隊
原文外掛簡介
Tlloancy Source Stamp listens to the official WordPress AI Client (wp_ai_client_prompt() / wp_ai_client_after_generate_result). When a generation finishes through that API, the plugin writes a row in a table on your database. If a post is saved in the same request, or if exactly one generation is waiting for you, the post is stamped (origin, model, time).
The journal stores metadata only: caller plugin, model, provider, context, token counts when available. Prompt and completion text are never stored.
An optional visitor-facing note can appear on posts the plugin stamped as generated or assisted. Unstamped posts stay silent.
What it does
Listens to wp_ai_client_after_generate_result (WordPress 7.0+)
Writes a self-hosted journal
Never stores prompt or completion text
Stamps a post saved in the same request, or from a single waiting generation (15 minutes)
Optional visitor-facing note only on stamped posts
CSV export of the journal
Daily prune of rows older than 365 days (filter ai_helm_retention_days)
What it does not do
Site-wide chatbot banners or AI-tool scanners
Image IPTC / C2PA embedding
Compliance scores, Article 4 checklists, or legal templates
RAG, budget caps, or model routing
Honesty about the law
Installing this plugin does not make a site compliant with Regulation (EU) 2024/1689. Whether Article 50 applies to a given page is a legal assessment for the site operator. This is a technical record of AI Client use.
Requirements
Automatic stamps need WordPress 7.0 (or later) so wp_ai_client_prompt() exists. On older versions the journal stays empty; you can still set origin by hand in the editor.
