Skip to content

Commit 052ffc8

Browse files
authored
Merge pull request #78 from ecotechie/plugin-search-doc
Add missing fields to plugin search subcommand docblock.
2 parents 5d1fa7a + 1945e94 commit 052ffc8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/Plugin_Command.php

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,23 @@ public function status( $args ) {
135135
* **requires**: Plugin Minimum Requirements
136136
* **tested**: Plugin Tested Up To
137137
* **compatibility**: Plugin Compatible With
138-
* **rating**: Plugin Rating
138+
* **rating**: Plugin Rating in Percent and Total Number
139+
* **ratings**: Plugin Ratings for each star (1-5)
139140
* **num_ratings**: Number of Plugin Ratings
140141
* **homepage**: Plugin Author's Homepage
141142
* **description**: Plugin's Description
142143
* **short_description**: Plugin's Short Description
144+
* **sections**: Plugin Readme Sections: description, installation, FAQ, screenshots, other notes, and changelog
145+
* **downloaded**: Plugin Download Count
146+
* **last_updated**: Plugin's Last Update
147+
* **added**: Plugin's Date Added to wordpress.org Repository
148+
* **tags**: Plugin's Tags
149+
* **versions**: Plugin's Available Versions with D/L Link
150+
* **donate_link**: Plugin's Donation Link
151+
* **banners**: Plugin's Banner Image Link
152+
* **icons**: Plugin's Icon Image Link
153+
* **active_installs**: Plugin's Number of Active Installs
154+
* **contributors**: Plugin's List of Contributors
143155
*
144156
* [--format=<format>]
145157
* : Render output in a particular format.

0 commit comments

Comments
 (0)