wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_all_registered_block_bindings_sources › WordPress Function

Since6.5.0
已弃用n/a
get_all_registered_block_bindings_sources ( 没有参数 )
返回:
  • (WP_Block_Bindings_Source[]) The array of registered block bindings sources.
定义在:
文档:

Retrieves the list of all registered block bindings sources.



源码

function get_all_registered_block_bindings_sources() {
	return WP_Block_Bindings_Registry::get_instance()->get_all_registered();
}