register_block_core_page_list_item()
Registers the core/page-list-item block on server.
Хуков нет.
Возвращает
null. Ничего (null).
Использование
register_block_core_page_list_item();
Список изменений
| С версии 6.3.0 | Введена. |
Код register_block_core_page_list_item() register block core page list item WP 6.9.4
function register_block_core_page_list_item() {
register_block_type_from_metadata( __DIR__ . '/page-list-item' );
}