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

15 lines
415 B
Markdown

# wp block binding
Retrieves details on registered block binding sources.
Get information on block binding sources from the WP_Block_Bindings_Registry. Block bindings allow dynamic data to be connected to block attributes.
### EXAMPLES
# List all registered binding sources
$ wp block binding list
# Get details about the post-meta binding
$ wp block binding get core/post-meta --format=json