Eldrafto connects your WordPress site to the Eldrafto content service (https://eldrafto.com), a third-party AI service that researches a topic, generates the content, and sends it to your site to be published as an Elementor layout or as Gutenberg blocks.
This plugin is the WordPress-side receiver. It exposes a small, token-authenticated REST API that the Eldrafto service calls to:
- create and update draft or published posts,
- build native Elementor container layouts (or fall back to Gutenberg blocks when Elementor is not installed),
- report a post’s status and Elementor state back to your Eldrafto account,
- add a machine-readable AI provenance statement to the pages it creates.
You stay in control: in manual mode the service saves a draft and stops so you can review and publish it yourself; in auto mode it publishes immediately.
AI provenance marking
Pages created by this plugin carry a small, signed JSON-LD statement in the page head declaring that the content was generated by AI, using the IPTC digitalSourceType vocabulary. The statement itself is invisible to readers and exists so the content stays identifiable as AI-generated. Pages that Eldrafto publishes without human review additionally carry a small visible “AI-generated” label at the top of the content; site owners can restyle it via the eldrafto_ai_disclosure_text filter or remove it via eldrafto_ai_disclosure_enabled. This is required of the Eldrafto service by Article 50 of the EU AI Act (Regulation (EU) 2024/1689).
It is added only to posts this plugin created. Nothing else on your site is touched.
External service (required reading)
This plugin requires an account on the Eldrafto service (https://eldrafto.com) and does nothing on its own. The article content is generated on Eldrafto’s servers, not on your site.
What the plugin sends out: when you configure an API Callback URL in the settings, the plugin sends post-status changes and Elementor activation/upgrade state to that URL so your Eldrafto dashboard stays in sync. Each callback is signed with the shared secret token; no content is sent anywhere until you enter that token and callback URL.
What the plugin receives: article titles, body text, layout structure, and image references that the Eldrafto service generates for you, delivered over the authenticated REST endpoints.
The plugin only ever contacts the callback URL you enter on its settings page. It does not phone home to any other server.
- Service: https://eldrafto.com
- Terms of Service: https://eldrafto.com/terms
- Privacy Policy: https://eldrafto.com/privacy
The Eldrafto service may be a paid subscription. See https://eldrafto.com for current plans and terms.