PluginProbe ʕ •ᴥ•ʔ
Aruba HiSpeed Cache / 3.0.15
Aruba HiSpeed Cache v3.0.15
3.0.15 3.0.14 3.0.13 1.2.4 1.2.5 1.2.6 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.19 2.0.20 2.0.21 2.0.22 2.0.23 2.0.24 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0.0 3.0.1 3.0.10 3.0.11 3.0.12 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3
aruba-hispeed-cache / admin / pages / views / partials / admin-tab-cdn.php
aruba-hispeed-cache / admin / pages / views / partials Last commit date
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';