mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-27 12:47:14 +08:00
18 lines
397 B
Markdown
18 lines
397 B
Markdown
# wp block style
|
|
|
|
Retrieves details on registered block styles.
|
|
|
|
Get information on block style variations from the WP_Block_Styles_Registry.
|
|
|
|
### EXAMPLES
|
|
|
|
# List all registered block styles
|
|
$ wp block style list
|
|
|
|
# List styles for a specific block
|
|
$ wp block style list --block=core/button
|
|
|
|
# Get details about a specific style
|
|
$ wp block style get core/button outline
|
|
|
|
|