forked from ChazUK/wp-api-yoast-meta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
31 lines (22 loc) · 811 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
=== WP API Yoast SEO ===
Contributors: ChazUK
Tags: yoast, wp-api, rest, seo
Requires at least: 4.4
Tested up to: 4.5.3
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Returns Yoast post or page metadata in a normal post or page request.
== Description ==
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
== Changelog ==
= 1.1 =
Using Class instead of plain function
Added output to public custom post types
= 1.0 =
Launched!