mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-26 12:37:22 +08:00
382 B
382 B
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