PluginProbe
Jetpack Boost – Website Speed, Performance and Critical CSS / trunk
Jetpack Boost – Website Speed, Performance and Critical CSS vtrunk
4.7.0 4.7.0-beta 4.6.3 4.6.2 4.6.2-beta 3.12.0 3.12.1 3.13.0 3.13.1 3.2.0 3.2.1 3.2.2 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.6 3.4.7 3.4.8 3.4.9 3.5.0 3.5.1 All 124 releases
jetpack-boost / build / pages.php

pages.php in Jetpack Boost – Website Speed, Performance and Critical CSS trunk, at build/pages.php

17 lines 332 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Pages loader - Auto-generated by build process.
4 * Do not edit this file manually.
5 *
6 * @package jetpack_boost
7 */
8
9 foreach ( [
10 __DIR__ . '/pages/jetpack-boost-dashboard/page.php',
11 __DIR__ . '/pages/jetpack-boost-dashboard/page-wp-admin.php',
12 ] as $file ) {
13 if ( file_exists( $file ) ) {
14 require_once $file;
15 }
16 }
17