wpseek.com
A WordPress-centric search engine for devs and theme authors



get_all_registered_block_bindings_sources › WordPress Function

Since6.5.0
Deprecatedn/a
get_all_registered_block_bindings_sources ( No parameters )
Returns:
  • (WP_Block_Bindings_Source[]) The array of registered block bindings sources.
Defined at:
Codex:

Retrieves the list of all registered block bindings sources.



Source

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