Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

WP API Yoast SEO

Beschreibung

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.

Installation

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

Rezensionen

There are no reviews for this plugin.

Mitwirkende & Entwickler

„WP API Yoast SEO“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „WP API Yoast SEO“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

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!