| 开发者 | wpagentapp |
|---|---|
| 更新时间 | 2026年5月8日 21:34 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
Yes for most read operations and for posts using Gutenberg. Direct edits to Elementor/Divi post_content are blocked by the plugin because they'd break the builder's proprietary data.
Every write-tool action creates a WordPress revision before it runs. In the chat UI, each action has an Undo button that restores the revision. If something goes catastrophically wrong, your "recovery URL" — shown once at setup — disables the connector with a single click, even if you can't reach your admin.
The chat conversation is stored at buildli.app so you can pick up where you left off. Post/page content is sent to the AI only at the moment you ask for an edit; it is not retained for training. Enterprise customers can request Zero Data Retention.
Yes — deactivate the plugin, or delete the site in your Buildli dashboard. Either cuts the connection immediately.
uninstall.php so the API token, recovery-token hash, and legacy plaintext recovery-token are deleted when the plugin is removed (not just deactivated). Multisite-aware.wp_options instead of plaintext. Sites upgrading from 0.4.2 or earlier will see the legacy plaintext value cleaned up automatically the next time the cloud handshakes with the connector.i18n.list_languages and i18n.get_translations so the AI can locate translated counterparts of any post and edit them through the regular post tools./legal/privacy).update_component) automatically routes to the right builder per post./buildli/v1/capabilities endpoint reports the active builders and integrations on the site so the AI knows what it can edit._elementor_data, Beaver _fl_builder_data, etc) so undo is faithful across builders.throw new Exception() messages in esc_html() / esc_html__().$_SERVER['REMOTE_ADDR'] with wp_unslash() + sanitize_text_field() in the recovery rate limiter.readme.txt short description to fit the 150-character limit.buildli/v1 and HTTP signature headers X-Buildli-*.buildli_ / BUILDLI_ prefix per WordPress.org guidelines.<style>).load_plugin_textdomain() call (handled automatically since WP 4.6)./setup endpoint for one-click connection via Application Passwords.revert_to_revision and delete_post tools so in-chat undo can restore prior post states./health and read_site_info improvements.