-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
executable file
·34 lines (26 loc) · 1.06 KB
/
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
32
33
34
=== REST API Custom Fields ===
Contributors: integromat
Tags: rest, api, rest api, endpoint, endpoints, meta, data, meta_data, integromat
Requires at least: 5.0
Tested up to: 5.3
Requires PHP: 5.6
Stable tag: 1.2
License: GPLv2 or later
This plugin enhances Wordpress REST API v2 responses about metadata
== Description ==
This plugin enhances Wordpress REST API v2 responses about metadata.
The metadata enhancement is available only for this wordpress core object types: post, comment, user, term
== Installation ==
1. Upload "rest-api-custom-fields" folder to the "/wp-content/plugins/" directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. New item "REST API Custom Fields" appears in the admin menu (under the Settings menu). There you can select which metadata you want to contain in the REST API response.
== Changelog ==
= 1.2 =
* Exposed values can now contain arrays
* Attributes representing custom fields moved directly under the top-level node in the response
= 1.1 =
* Fixed db prefix
= 1.0 =
* Init version
== Screenshots ==
1. Settings pane