[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/ -> page-list-item.php (source)

   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  function register_block_core_page_list_item() {
  12      register_block_type_from_metadata( __DIR__ . '/page-list-item' );
  13  }
  14  add_action( 'init', 'register_block_core_page_list_item' );


Generated : Thu May 2 08:20:01 2024 Cross-referenced by PHPXref