wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_all_registered_block_bindings_sources › WordPress Function

Od6.5.0
Przestarzałyn/a
get_all_registered_block_bindings_sources ( Brak parametrów )
Powrót:
  • (WP_Block_Bindings_Source[]) The array of registered block bindings sources.
Zdefiniowane na:
Codex:

Retrieves the list of all registered block bindings sources.



Źródło

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