You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recursively iterates subdirectories of provided `<path>` to find and
17
-
report WordPress installs. A WordPress install is a wp-includes directory
18
-
with a version.php file.
17
+
report WordPress installations. A WordPress installation is a wp-includes
18
+
directory with a version.php file.
19
19
20
20
Avoids recursing some known paths (e.g. /node_modules/, hidden sys dirs)
21
21
to significantly improve performance.
22
22
23
-
Indicates depth at which the WordPress install was found, and its alias,
24
-
if it has one.
23
+
Indicates depth at which the WordPress installations was found, and its
24
+
alias, if it has one.
25
25
26
26
```
27
27
$ wp find ./
@@ -99,7 +99,7 @@ Once you've decided to commit the time to seeing your pull request through, [ple
99
99
100
100
## Support
101
101
102
-
Github issues aren't for general support questions, but there are other venues you can try: http://wp-cli.org/#support
102
+
Github issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
103
103
104
104
105
105
*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*
0 commit comments