File tree Expand file tree Collapse file tree 1 file changed +31
-5
lines changed
Expand file tree Collapse file tree 1 file changed +31
-5
lines changed Original file line number Diff line number Diff line change @@ -3037,7 +3037,7 @@ wp post-type get <post-type> [--field=<field>] [--fields=<fields>] [--format=<fo
30373037
30383038** AVAILABLE FIELDS**
30393039
3040- These fields will be displayed by default for each post type:
3040+ These fields will be displayed by default for the specified post type:
30413041
30423042* name
30433043* label
@@ -3049,7 +3049,9 @@ These fields will be displayed by default for each post type:
30493049* cap
30503050* supports
30513051
3052- There are no optionally available fields.
3052+ These fields are optionally available:
3053+
3054+ * count
30533055
30543056** EXAMPLES**
30553057
@@ -3101,7 +3103,9 @@ These fields will be displayed by default for each post type:
31013103* public
31023104* capability_type
31033105
3104- There are no optionally available fields.
3106+ These fields are optionally available:
3107+
3108+ * count
31053109
31063110** EXAMPLES**
31073111
@@ -3618,6 +3622,24 @@ wp taxonomy get <taxonomy> [--field=<field>] [--fields=<fields>] [--format=<form
36183622 - yaml
36193623 ---
36203624
3625+ ** AVAILABLE FIELDS**
3626+
3627+ These fields will be displayed by default for the specified taxonomy:
3628+
3629+ * name
3630+ * label
3631+ * description
3632+ * object_type
3633+ * show_tagcloud
3634+ * hierarchical
3635+ * public
3636+ * labels
3637+ * cap
3638+
3639+ These fields are optionally available:
3640+
3641+ * count
3642+
36213643** EXAMPLES**
36223644
36233645 # Get details of `category` taxonomy.
@@ -3674,10 +3696,14 @@ These fields will be displayed by default for each term:
36743696* name
36753697* label
36763698* description
3677- * public
3699+ * object_type
3700+ * show_tagcloud
36783701* hierarchical
3702+ * public
36793703
3680- There are no optionally available fields.
3704+ These fields are optionally available:
3705+
3706+ * count
36813707
36823708** EXAMPLES**
36833709
You can’t perform that action at this time.
0 commit comments