at path:
ROOT
/
wp-includes
/
build
/
pages.php
run:
R
W
Run
pages
DIR
2026-09-09 19:24:56
R
W
Run
routes
DIR
2026-09-09 19:24:56
R
W
Run
constants.php
275 By
2026-09-09 19:24:56
R
W
Run
Delete
Rename
error_log
7.37 KB
2026-09-16 02:03:52
R
W
Run
Delete
Rename
pages.php
406 By
2026-09-09 19:24:56
R
W
Run
Delete
Rename
routes.php
4.78 KB
2026-09-09 19:24:56
R
W
Run
Delete
Rename
error_log
up
📄
pages.php
Save
<?php /** * Pages loader - Auto-generated by build process. * Do not edit this file manually. * * @package wp */ foreach ( [ __DIR__ . '/pages/font-library/page.php', __DIR__ . '/pages/font-library/page-wp-admin.php', __DIR__ . '/pages/options-connectors/page.php', __DIR__ . '/pages/options-connectors/page-wp-admin.php', ] as $file ) { if ( file_exists( $file ) ) { require_once $file; } }