PluginProbe
Qi Blocks / 1.2
Qi Blocks v1.2
1.5.3 1.5.2 1.5.1 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1 1.1.1 1.1.2 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 All 45 releases
qi-blocks / inc / admin / admin-pages / include.php

include.php in Qi Blocks 1.2, at inc/admin/admin-pages/include.php

9 lines 303 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 require_once QI_BLOCKS_ADMIN_PATH . '/admin-pages/class-qi-blocks-admin-general-page.php';
4 require_once QI_BLOCKS_ADMIN_PATH . '/admin-pages/class-qi-blocks-admin-sub-pages.php';
5
6 foreach ( glob( QI_BLOCKS_ADMIN_PATH . '/admin-pages/sub-pages/*/include.php' ) as $page ) {
7 require_once $page;
8 }
9