| 开发者 | 42flows |
|---|---|
| 更新时间 | 2026年4月21日 19:03 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
show_in_rest.
This plugin is required if you use 42flows to publish SEO-optimized content to your WordPress site. Without it, SEO titles, meta descriptions, and focus keyphrases cannot be set via the REST API.
Supported SEO plugins
_yoast_wpseo_title, _yoast_wpseo_metadesc, _yoast_wpseo_focuskwrank_math_title, rank_math_description, rank_math_focus_keyword_aioseo_title, _aioseo_description, _aioseo_keywordsshow_in_rest => true for posts and pagessanitize_callback (sanitize_text_field) and auth_callback (requires edit_posts capability)42flows-content) that enables render-time features for posts delivered by the 42flows pipeline (schema markup, attribution footer). The companion plugin is downloaded from https://42flows.com/plugins/42flows-content-latest.zip via the /wp-json/42flows/v1/install-companion REST route, which requires a user with the install_plugins capability to authorize. No installation occurs unless your site is connected to 42flows and the request is authenticated.
Only if you use 42flows to publish content to your WordPress site and want SEO meta fields (title, description, focus keyphrase) set automatically via the REST API.
The plugin does nothing if no supported SEO plugin (Yoast, Rank Math, or AIOSEO) is detected. It is safe to keep installed.
Yes. It only registers existing meta fields for REST API access with proper sanitization and authentication. Only users with the edit_posts capability can write to these fields. All input is sanitized with sanitize_text_field.
Currently it registers meta fields for posts and pages. Support for custom post types can be added in a future version.
/wp-json/42flows/v1/install-companion for authenticated companion-plugin installation (requires install_plugins capability). Used only when the site is connected to 42flows.