We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e30f66 commit 138641cCopy full SHA for 138641c
README.md
@@ -482,6 +482,11 @@ wp core version [--extra]
482
[--extra]
483
Show extended version information.
484
485
+ Note: In a Multisite installation, `wp core version --extra` reports the expected database
486
+ revision from `wp-includes/version.php`, not the per-site `db_version` stored in each
487
+ subsite's options table. To retrieve a subsite's stored database revision, use
488
+ `wp option get db_version --url=<subsite>`. See also `wp core check-update-db`.
489
+
490
**EXAMPLES**
491
492
# Display the WordPress version
0 commit comments