File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments