mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-27 12:47:14 +08:00
15 lines
415 B
Markdown
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
|
|
|
|
|