Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

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!