wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



get_all_registered_block_bindings_sources › WordPress Function

Desde6.5.0
Obsoleton/a
get_all_registered_block_bindings_sources ( Sem parâmetros )
Retorna:
  • (WP_Block_Bindings_Source[]) The array of registered block bindings sources.
Definido em:
Codex:

Retrieves the list of all registered block bindings sources.



Fonte

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