PluginProbe
AI / trunk
AI vtrunk
1.3.0 1.2.0 1.1.0 1.0.2 1.0.1 1.0.0 0.9.0 trunk 0.1.1 0.2.0 0.2.1 0.3.0 0.3.1 0.4.0 0.4.1 0.5.0 0.6.0 0.7.0 0.8.0
ai / build / pages.php

pages.php in AI trunk, at build/pages.php

17 lines 279 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 ai
7 */
8
9 foreach ( [
10 __DIR__ . '/pages/ai/page.php',
11 __DIR__ . '/pages/ai/page-wp-admin.php',
12 ] as $file ) {
13 if ( file_exists( $file ) ) {
14 require_once $file;
15 }
16 }
17