wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/block-bindings.php › WordPress File
Functions5
› Block Bindings API
| Function | Short description |
|---|---|
| get_all_registered_block_bindings_sources | Retrieves the list of all registered block bindings sources. |
| get_block_bindings_source | Retrieves a registered block bindings source. |
| get_block_bindings_supported_attributes | Retrieves the list of block attributes supported by block bindings. |
| register_block_bindings_source | Registers a new block bindings source. |
| unregister_block_bindings_source | Unregisters a block bindings source. |