このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

WP API Yoast SEO

説明

Returns Yoast post or page metadata in a normal post or page request. Stores the metadata in the yoast_meta field of the returned data.

インストール

Upload the plugin files to the /wp-content/plugins/wp-api-yoast-meta directory, or install the plugin through the WordPress plugins screen directly.
Activate the plugin through the ‘Plugins’ screen in WordPress

Profit

評価

このプラグインにはレビューがありません。

貢献者と開発者

WP API Yoast SEO はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WP API Yoast SEO” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.2

Changed register_api_field to register_rest_field as it’s depracated
Changed the metadata name to yoast rather than yoast_meta
Removed the yoast_wpseo_ prefix from the returned meta as it seems undeed

1.1

Using Class instead of plain function
Added output to public custom post types

1.0

Launched!