File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/includes/wp-api-v3 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Product custom fields #
2
2
3
- The product custom fields API allows you to view the custom fields that have been recorded.
3
+ The product custom fields API allows you to view the custom field names that have been recorded.
4
4
5
5
## Product custom fields properties ##
6
6
@@ -9,9 +9,9 @@ The product custom fields API allows you to view the custom fields that have bee
9
9
| ` key ` | string | The custom field key. |
10
10
| ` value ` | string | The value set for the key. |
11
11
12
- ## Retrieve product custom fields ##
12
+ ## Retrieve product custom field names ##
13
13
14
- This API lets you retrieve filtered custom fields .
14
+ This API lets you retrieve filtered custom field names .
15
15
16
16
<div class =" api-endpoint " >
17
17
<div class="endpoint-data">
You can’t perform that action at this time.
0 commit comments