mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-27 12:47:14 +08:00
15 lines
382 B
Markdown
15 lines
382 B
Markdown
# wp block pattern-category
|
|
|
|
Retrieves details on registered block pattern categories.
|
|
|
|
Get information on block pattern categories from the WP_Block_Pattern_Categories_Registry.
|
|
|
|
### EXAMPLES
|
|
|
|
# List all registered pattern categories
|
|
$ wp block pattern-category list
|
|
|
|
# Get details about a specific category
|
|
$ wp block pattern-category get featured --format=json
|
|
|
|
|