| 开发者 | ashishgurprit |
|---|---|
| 更新时间 | 2026年5月23日 22:52 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
contentsage-connector directory to /wp-content/plugins/.Log in to your ContentSage account at https://write-gts.cchk.info, navigate to Settings → API & Integrations, and copy your Plugin API key.
By default, posts arrive as drafts so you can review them first. You can configure this per-generation in ContentSage to publish immediately or schedule for a future date and time.
Yes. If any of these plugins is active, ContentSage Connector will automatically populate the SEO title and meta description fields for each post. AIOSEO is supported via its v4 Models API; Yoast and RankMath are supported via their post-meta keys.
Yes. In ContentSage you can specify the WordPress user ID for author attribution. If no author ID is provided, posts are assigned to the first administrator on the site.
Yes. Your API key is encrypted using AES-256-CBC (via PHP's OpenSSL extension) before being written to wp_options. The encryption key is derived from your site's unique WordPress authentication salts.
Deactivating the plugin prevents ContentSage from publishing new content to your site (REST endpoints become unavailable). Your existing posts and all plugin settings are preserved and fully restored when you reactivate.
Uninstalling removes all plugin options (including the stored API key) from wp_options and removes all _contentsage_* post meta entries. Your published posts are not deleted.
Yes. Uninstall cleanup handles all sub-sites automatically.
No. ContentSage Connector is fully standalone.
The WordPress plugin is free and fully functional. No features are gated, restricted, or locked behind a license. The plugin requires an active ContentSage SaaS account because the AI content generation runs on the service's servers — pricing for the service is published at https://write-gts.cchk.info.
POST /wp-json/contentsage/v1/publish
— 60 publishes per hour and 600 per day per stored API key. Returns
HTTP 429 when exceeded. Caps can be tuned via the
gtscs_publish_rate_limit_hour / gtscs_publish_rate_limit_day filters.POST /wp-json/contentsage/v1/publish for receiving AI-generated posts.GET /wp-json/contentsage/v1/status for connection health checks.