W3cubDocs

/WordPress

WP_Block_Bindings_Registry::get_all_registered(): WP_Block_Bindings_Source[]

Retrieves the list of all registered block bindings sources.

Return

WP_Block_Bindings_Source[] The array of registered sources.

Source

public function get_all_registered() {
	return $this->sources;
}

Changelog

Version Description
6.5.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_block_bindings_registry/get_all_registered