Posts and pages
The built-in types, in both Gutenberg and Classic, including scheduled and password-protected drafts.
WPCWP20 — until 31 October 2026
Home / What we do
A technical account of where the code runs, what it writes to your database, and what leaves your server.
Generation happens off your server. Your WordPress install sends a request and receives text back; it never runs a model itself, so there is no PHP worker tied up and no memory spike on your host.
The only thing written to your database is the resulting post content, in the same tables WordPress already uses.
Everything the plugin stores lives in standard WordPress tables. There are no custom tables to migrate and nothing to clean up if you remove it.
| What | Where it lives | Survives uninstall |
|---|---|---|
| Generated article body | wp_posts.post_content |
Yes — it is your post |
| Featured images | Media library, as normal attachments | Yes |
| SEO fields | Your SEO plugin's own post meta | Yes |
| Licence & site settings | wp_options, one namespaced row |
Removed on uninstall |
| Batch queue state | wp_options, transient |
Removed on uninstall |
The built-in types, in both Gutenberg and Classic, including scheduled and password-protected drafts.
Short and long descriptions, generated from the attributes and variations already on the product record.
Any type registered with show_in_rest — documentation, case studies, knowledge base entries, listings.
The plugin is an editorial tool. It loads in wp-admin and nowhere else.