WP_Block_Bindings_Registry::get_all_registered
Retrieves the list of all registered block bindings sources.
Method of the class: WP_Block_Bindings_Registry{}
No Hooks.
Returns
WP_Block_Bindings_Source[]. The array of registered sources.
Usage
$WP_Block_Bindings_Registry = new WP_Block_Bindings_Registry(); $WP_Block_Bindings_Registry->get_all_registered();
Changelog
| Since 6.5.0 | Introduced. |
WP_Block_Bindings_Registry::get_all_registered() WP Block Bindings Registry::get all registered code WP 7.0.1
public function get_all_registered() {
return $this->sources;
}