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
In order to profile callbacks on a specific hook, the action or filter
@@ -161,6 +161,9 @@ will need to execute during the course of the request.
161
161
[--orderby=<fields>]
162
162
Set orderby which field.
163
163
164
+
[--search=<pattern>]
165
+
Filter callbacks to those matching the given search pattern (case-insensitive).
166
+
164
167
**EXAMPLES**
165
168
166
169
# Profile a hook.
@@ -297,7 +300,7 @@ current theme.
297
300
298
301
## Installing
299
302
300
-
Installing this package requires WP-CLI v2.12 or greater. Update to the latest stable release with `wp cli update`.
303
+
Installing this package requires WP-CLI v2.13 or greater. Update to the latest stable release with `wp cli update`.
301
304
302
305
Once you've done so, you can install the latest stable version of this package with:
303
306
@@ -333,5 +336,9 @@ Want to contribute a new feature? Please first [open a new issue](https://github
333
336
334
337
Once you've decided to commit the time to seeing your pull request through, [please follow our guidelines for creating a pull request](https://make.wordpress.org/cli/handbook/pull-requests/) to make sure it's a pleasant experience. See "[Setting up](https://make.wordpress.org/cli/handbook/pull-requests/#setting-up)" for details specific to working on this package locally.
335
338
339
+
### License
340
+
341
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
342
+
336
343
337
344
*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