HEX
Server: Apache
System: Linux wp-jo-wordpress-79f99b7d9d-ngh2p 6.12.67-0-virt #1-Alpine SMP PREEMPT_DYNAMIC 2026-01-27 02:08:12 x86_64
User: (1001)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: /opt/bitnami/wordpress/wp-includes/build/pages.php
<?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;
	}
}