AI-powered middleware that transforms WordPress post content into provider-specific formats such as Apple News, email HTML, and plain text.
Package: @prc/content-transformer
Source: plugins/prc-content-transformer/
Developers and automation clients call the REST API, Abilities API, or WP-CLI. Editors do not use a dedicated UI in this plugin.
Choose a path
Who are you?
Start with the guide that matches your work.
Documentation
For maintainers
- Architecture — providers, pipeline, cache, Action Scheduler
For consumers
Providers
| Slug | Name |
|---|---|
plain-text | Plain Text |
apple-news | Apple News |
email | Email HTML |
CLI
wp prc content-transformer transform <post_id> --provider=plain-text
wp prc content-transformer transform <post_id> --provider=apple-news --force --output-file=article.json