??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/mayshine.co.uk/wp-content/plugins/smart-slider-3/Nextend/Framework/Settings.php
⬅ Kembali
<?php
namespace Nextend\Framework;
use Nextend\Framework\Model\Section;
class Settings {
private static $data;
public function __construct() {
$config = array(
'jquery' => 1,
'scriptattributes' => '',
'javascript-inline' => 'head',
'protocol-relative' => 1,
'force-english-backend' => 0,
'frontend-accessibility' => 1,
'curl' => 1,
'curl-clean-proxy' => 0,
'async-non-primary-css' => 0,
'icon-fa' => 1,
'header-preload' => 0
);
if (!defined('NEXTEND_INSTALL')) {
global $wpdb;
if ($wpdb->get_var("SHOW TABLES LIKE '" . $wpdb->prefix . "nextend2_section_storage'") != $wpdb->prefix . 'nextend2_section_storage') {
define('NEXTEND_INSTALL', 1);
}
}
if (!defined('NEXTEND_INSTALL')) {
foreach (Section::getAll('system', 'global') as $data) {
$config[$data['referencekey']] = $data['value'];
}
}
self::$data = new Data\Data();
self::$data->loadArray($config);
}
public static function get($key, $default = '') {
return self::$data->get($key, $default);
}
public static function getAll() {
return self::$data->toArray();
}
public static function set($key, $value) {
self::$data->set($key, $value);
Section::set('system', 'global', $key, $value, 1, 1);
}
public static function setAll($data) {
if (is_array($data)) {
foreach ($data as $key => $value) {
if (self::$data->get($key, null) !== null) {
self::set($key, $value);
}
}
return true;
}
return false;
}
}
new Settings();
Nama
Tipe
Ukuran
Diubah
Aksi
📁 Acl
dir
—
2026-06-17 03:06
📁 Application
dir
—
2026-06-17 03:06
📁 Asset
dir
—
2026-06-17 03:06
📁 Browse
dir
—
2026-06-17 03:06
📁 Cache
dir
—
2026-06-17 03:06
📁 Content
dir
—
2026-06-17 03:06
📁 Controller
dir
—
2026-06-17 03:06
📁 Data
dir
—
2026-06-17 03:06
📁 Database
dir
—
2026-06-17 03:06
📁 FastImageSize
dir
—
2026-06-17 03:06
📁 Filesystem
dir
—
2026-06-17 03:06
📁 Font
dir
—
2026-06-17 03:06
📁 Form
dir
—
2026-06-17 03:06
📁 Image
dir
—
2026-06-17 03:06
📁 Localization
dir
—
2026-06-17 03:06
📁 Misc
dir
—
2026-06-17 03:06
📁 Model
dir
—
2026-06-17 03:06
📁 Notification
dir
—
2026-06-17 03:06
📁 Parser
dir
—
2026-06-17 03:06
📁 Pattern
dir
—
2026-06-17 03:06
📁 Platform
dir
—
2026-06-17 03:06
📁 Request
dir
—
2026-06-17 03:06
📁 ResourceTranslator
dir
—
2026-06-17 03:06
📁 Response
dir
—
2026-06-17 03:06
📁 Router
dir
—
2026-06-17 03:06
📁 Session
dir
—
2026-06-17 03:06
📁 Style
dir
—
2026-06-17 03:06
📁 Translation
dir
—
2026-06-17 03:06
📁 Url
dir
—
2026-06-17 03:06
📁 View
dir
—
2026-06-17 03:06
📁 Visual
dir
—
2026-06-17 03:06
📁 WordPress
dir
—
2026-06-17 03:06
📄 .htaccess
htaccess
237 B
2026-06-23 08:04
🐘 Api.php
php
2.5 KB
2026-05-29 00:15
🐘 Cast.php
php
277 B
2026-05-29 00:15
🐘 Framework.php
php
412 B
2026-05-29 00:15
🐘 PageFlow.php
php
590 B
2026-05-29 00:15
🐘 Plugin.php
php
1.4 KB
2026-05-29 00:15
🐘 Sanitize.php
php
31.5 KB
2026-05-29 00:15
🐘 Settings.php
php
1.9 KB
2026-05-29 00:15