handbook/commands/block/style.md
github-actions[bot] c22aa665e6 Regenerate handbook
2025-12-17 18:56:32 +00:00

397 B

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