| 开发者 | rteo |
|---|---|
| 更新时间 | 2026年8月3日 13:28 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
No personal data. To fetch a page's public Course schema the plugin sends only that page's opaque schema token to RTEO's endpoint. When you use the embed shortcode, visitors' browsers load the table widget from RTEO. See the "External services" section above for the full disclosure.
Your RTEO course page editor shows the opaque schema token for each course page. RTEO sets it for you automatically on a remote install; for a manual install, copy it into the page's rteo_schema_token meta or the site-wide rteo_default_schema_token option.
parent key, and flexible-content
layouts are reported so the right layout can be created.taxonomy:<slug> target, so RTEO can assign a post's
taxonomy terms (categories, course types, funding options) during a push
instead of leaving them for a human. Terms are REPLACED with the supplied set,
captured in the before-image, and restored atomically on revert.core:post_content and core:post_title, so RTEO can
rewrite the WordPress editor body and the title — not just ACF sidecar fields.
This is what lets a Blog post (whose content lives in the editor) be pushed.core:post_author reassigns a post's author by user ID (validated against a
real user, so a post is never orphaned).taxonomy:<slug> works for CORE taxonomies too — taxonomy:category and
taxonomy:post_tag need no special casing.media:field_* target for image, gallery and file fields. The value is an
existing attachment ID or an https URL, which is sideloaded into this site's
media library. A revert restores the field's previous attachment but does not
delete the uploaded file, since other posts may reference it.