wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_all_registered_block_bindings_sources › WordPress Function

Da6.5.0
Deprecaton/a
get_all_registered_block_bindings_sources ( Nessun parametro )
Ritorna:
  • (WP_Block_Bindings_Source[]) The array of registered block bindings sources.
Definito a:
Codex:

Retrieves the list of all registered block bindings sources.



Sorgenti

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