[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/build/routes/ -> index.php (source)

   1  <?php
   2  /**
   3   * Route registry - Auto-generated by build process.
   4   * Do not edit this file manually.
   5   *
   6   * @package wp
   7   */
   8  
   9  return array(
  10      array(
  11          'name'        => 'font-list',
  12          'path'        => '/font-list',
  13          'page'        => 'site-editor',
  14          'has_route'   => true,
  15          'has_content' => true,
  16      ),
  17      array(
  18          'name'        => 'font-list',
  19          'path'        => '/font-list',
  20          'page'        => 'font-library',
  21          'has_route'   => true,
  22          'has_content' => true,
  23      ),
  24      array(
  25          'name'        => 'fonts-home',
  26          'path'        => '/',
  27          'page'        => 'font-library',
  28          'has_route'   => true,
  29          'has_content' => false,
  30      ),
  31      array(
  32          'name'        => 'home',
  33          'path'        => '/',
  34          'page'        => 'site-editor',
  35          'has_route'   => true,
  36          'has_content' => false,
  37      ),
  38      array(
  39          'name'        => 'navigation',
  40          'path'        => '/navigation',
  41          'page'        => 'site-editor',
  42          'has_route'   => true,
  43          'has_content' => false,
  44      ),
  45      array(
  46          'name'        => 'navigation-edit',
  47          'path'        => '/navigation/edit/$id',
  48          'page'        => 'site-editor',
  49          'has_route'   => true,
  50          'has_content' => true,
  51      ),
  52      array(
  53          'name'        => 'navigation-list',
  54          'path'        => '/navigation/list',
  55          'page'        => 'site-editor',
  56          'has_route'   => true,
  57          'has_content' => true,
  58      ),
  59      array(
  60          'name'        => 'pattern',
  61          'path'        => '/patterns',
  62          'page'        => 'site-editor',
  63          'has_route'   => true,
  64          'has_content' => false,
  65      ),
  66      array(
  67          'name'        => 'pattern-list',
  68          'path'        => '/patterns/list/$type',
  69          'page'        => 'site-editor',
  70          'has_route'   => true,
  71          'has_content' => true,
  72      ),
  73      array(
  74          'name'        => 'post',
  75          'path'        => '/types/$type',
  76          'page'        => 'site-editor',
  77          'has_route'   => true,
  78          'has_content' => false,
  79      ),
  80      array(
  81          'name'        => 'post-edit',
  82          'path'        => '/types/$type/edit/$id',
  83          'page'        => 'site-editor',
  84          'has_route'   => true,
  85          'has_content' => false,
  86      ),
  87      array(
  88          'name'        => 'post-list',
  89          'path'        => '/types/$type/list/$slug',
  90          'page'        => 'site-editor',
  91          'has_route'   => true,
  92          'has_content' => true,
  93      ),
  94      array(
  95          'name'        => 'post-new',
  96          'path'        => '/types/$type/new',
  97          'page'        => 'site-editor',
  98          'has_route'   => true,
  99          'has_content' => false,
 100      ),
 101      array(
 102          'name'        => 'styles',
 103          'path'        => '/styles',
 104          'page'        => 'site-editor',
 105          'has_route'   => true,
 106          'has_content' => true,
 107      ),
 108      array(
 109          'name'        => 'template',
 110          'path'        => '/templates',
 111          'page'        => 'site-editor',
 112          'has_route'   => true,
 113          'has_content' => false,
 114      ),
 115      array(
 116          'name'        => 'template-list',
 117          'path'        => '/templates/list/$activeView',
 118          'page'        => 'site-editor',
 119          'has_route'   => true,
 120          'has_content' => true,
 121      ),
 122      array(
 123          'name'        => 'template-part',
 124          'path'        => '/template-parts',
 125          'page'        => 'site-editor',
 126          'has_route'   => true,
 127          'has_content' => false,
 128      ),
 129      array(
 130          'name'        => 'template-part-list',
 131          'path'        => '/template-parts/list/$area',
 132          'page'        => 'site-editor',
 133          'has_route'   => true,
 134          'has_content' => true,
 135      )
 136  );


Generated : Sun May 10 08:20:02 2026 Cross-referenced by PHPXref