[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/build/routes/ -> registry.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'        => 'connectors-home',
  12          'path'        => '/',
  13          'page'        => 'options-connectors',
  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  );


Generated : Mon Jun 15 08:20:09 2026 Cross-referenced by PHPXref