sections
1 week ago
admin-tab-cdn.php
1 week ago
admin-tab-general-new.php
1 week ago
admin-tab-performance.php
5 months ago
admin-tab-cdn.php
18 lines
| 1 | <?php |
| 2 | if ( ! defined( 'ABSPATH' ) ) { |
| 3 | exit; |
| 4 | } |
| 5 | |
| 6 | /** |
| 7 | * A telmplate frame |
| 8 | * php version 7.4 |
| 9 | * |
| 10 | * @category Wordpress-plugin |
| 11 | * @package Aruba-HiSpeed-Cache |
| 12 | * @author Aruba Developer <hispeedcache.developer@aruba.it> |
| 13 | * @license https://www.gnu.org/licenses/gpl-3.0.html GPLv3 |
| 14 | * @link none |
| 15 | */ |
| 16 | |
| 17 | |
| 18 | require AHSC_CONSTANT['ARUBA_HISPEED_CACHE_BASEPATH'] . 'admin' . DIRECTORY_SEPARATOR . 'pages' . DIRECTORY_SEPARATOR . 'views' . DIRECTORY_SEPARATOR . 'partials' . DIRECTORY_SEPARATOR .'sections' . DIRECTORY_SEPARATOR .'section-ahsc-cdn-status.php'; |