get_all_registered_block_bindings_sources()
Retrieves the list of all registered block bindings sources.
Хуков нет.
Возвращает
WP_Block_Bindings_Source[]. The array of registered block bindings sources.
Использование
get_all_registered_block_bindings_sources();
Список изменений
| С версии 6.5.0 | Введена. |
Код get_all_registered_block_bindings_sources() get all registered block bindings sources WP 6.9.4
function get_all_registered_block_bindings_sources() {
return WP_Block_Bindings_Registry::get_instance()->get_all_registered();
}