modules
4 days ago
pages
2 weeks ago
routes
4 days ago
scripts
4 days ago
styles
2 weeks ago
widgets
4 days ago
build.php
2 weeks ago
constants.php
4 days ago
i18n-manifest.json
4 days ago
modules.php
2 weeks ago
pages.php
2 weeks ago
routes.php
2 weeks ago
scripts.php
2 weeks ago
styles.php
2 weeks ago
widgets.php
2 weeks ago
pages.php
17 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Pages loader - Auto-generated by build process. |
| 4 | * Do not edit this file manually. |
| 5 | * |
| 6 | * @package jpa |
| 7 | */ |
| 8 | |
| 9 | foreach ( [ |
| 10 | __DIR__ . '/pages/jetpack-premium-analytics/page.php', |
| 11 | __DIR__ . '/pages/jetpack-premium-analytics/page-wp-admin.php', |
| 12 | ] as $file ) { |
| 13 | if ( file_exists( $file ) ) { |
| 14 | require_once $file; |
| 15 | } |
| 16 | } |
| 17 |