Skip to content

Commit d440ef7

Browse files
authored
Use core is-installed command
1 parent 90ff2a6 commit d440ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ wp orphan user meta delete
284284
### Run all commands
285285

286286
```shell
287-
wp eval 'exit(is_multisite()?0:1);' && wp orphan blog meta list
287+
wp core is-installed --network && wp orphan blog meta list
288288
wp orphan comment list
289289
wp orphan post list
290290
wp orphan post meta list

0 commit comments

Comments
 (0)