WP_Block_Bindings_Registry::get_all_registered(): WP_Block_Bindings_Source[] In this article Table of ContentsReturn Source Changelog ↑ Back to top 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; } View all references View on Trac View on GitHub Changelog VersionDescription6.5.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.