at path:
ROOT
/
wp-includes
/
build
/
routes
/
registry.php
run:
R
W
Run
connectors-home
DIR
2026-05-21 05:46:39
R
W
Run
font-list
DIR
2026-05-21 05:46:39
R
W
Run
fonts-home
DIR
2026-05-21 05:46:39
R
W
Run
.htaccess
127 By
2026-05-27 01:21:48
R
W
Run
registry.php
619 By
2026-05-21 05:46:39
R
W
Run
Delete
Rename
error_log
up
📄
registry.php
Save
<?php /** * Route registry - Auto-generated by build process. * Do not edit this file manually. * * @package wp */ return array( array( 'name' => 'connectors-home', 'path' => '/', 'page' => 'options-connectors', 'has_route' => true, 'has_content' => true, ), array( 'name' => 'font-list', 'path' => '/font-list', 'page' => 'font-library', 'has_route' => true, 'has_content' => true, ), array( 'name' => 'fonts-home', 'path' => '/', 'page' => 'font-library', 'has_route' => true, 'has_content' => false, ) );