Skip to content

Commit 1dc730e

Browse files
Regenerate README
1 parent 9d97c95 commit 1dc730e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,8 @@ These fields are optionally available:
386386
* file
387387
* auto_update
388388
* author
389+
* wporg_status
390+
* wporg_last_updated
389391

390392
**EXAMPLES**
391393

@@ -408,6 +410,17 @@ These fields are optionally available:
408410
| hello | inactive | none | 1.6 | 1.7.2 |
409411
+---------+----------------+--------+---------+----------------+
410412

413+
# Check whether plugins are still active on WordPress.org
414+
$ wp plugin list --format=csv --fields=name,wporg_status,wporg_last_updated
415+
+--------------------+--------------+--------------------+
416+
| name | wporg_status | wporg_last_updated |
417+
+--------------------+--------------+--------------------+
418+
| akismet | active | 2023-12-11 |
419+
| user-switching | active | 2023-11-17 |
420+
| wordpress-importer | active | 2023-04-28 |
421+
| local | | |
422+
+--------------------+--------------+--------------------+
423+
411424

412425

413426
### wp plugin path

0 commit comments

Comments
 (0)