[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Server-side rendering of the `core/page-list-item` block. 4 * 5 * @package WordPress 6 */ 7 8 /** 9 * Registers the `core/page-list-item` block on server. 10 * 11 * @since 6.3.0 12 */ 13 function register_block_core_page_list_item() { 14 register_block_type_from_metadata( __DIR__ . '/page-list-item' ); 15 } 16 add_action( 'init', 'register_block_core_page_list_item' );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |