| 开发者 | youssefibrahim |
|---|---|
| 更新时间 | 2026年8月19日 23:51 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
draftsmith-ai-content-assistant folder to /wp-content/plugins/.In your site's own options table (wp_options). Each key is sent only to its own provider (Claude or DeepSeek) when you trigger a generation action while a model from that provider is selected, and to no other party.
Yes, and it also works with the Classic Editor.
Yes, if you want to use a Claude model — content generation with a Claude model requires a valid API key from https://console.anthropic.com with available usage credit. DeepSeek is a separate, optional provider with its own API key from https://platform.deepseek.com; you only need one of the two to use the plugin.
Yes. OAuth and MCP require HTTPS in production. The MCP Connection screen warns you if your site is not served over HTTPS.
No. It is off until you enable it, and delete permissions stay off even after you enable it unless you turn them on explicitly.
No. The SEO tools degrade gracefully when Rank Math is not installed; the redirect tools require Rank Math's redirection module.
$_SERVER['REQUEST_URI'] is now sanitized before use in the OAuth discovery routes.draftsmith-ai-content-assistant slug and text domain.draftsmith prefix.<style> and <link> output replaced with wp_add_inline_style() and wp_enqueue_style()/wp_print_styles().load_plugin_textdomain() call, unnecessary since WordPress 4.6.display: flex !important, which overrode both the inline display:none and jQuery's fadeOut. Visibility is now driven by a dedicated class.!important display rules overrode the hidden attribute.draftsmith-ai-content-assistant text domain and slug.temperature was sent to models that reject it, causing HTTP 400 errors. It is now only sent to models that accept it.