PHP 8.2.31
Preview: ThemeUpgraderSkin.php Size: 806 B
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/woocommerce/src/Admin/Overrides/ThemeUpgraderSkin.php

<?php
/**
 * Theme upgrader skin used in REST API response.
 */

namespace Automattic\WooCommerce\Admin\Overrides;

defined( 'ABSPATH' ) || exit;

/**
 * Admin\Overrides\ThemeUpgraderSkin Class.
 */
class ThemeUpgraderSkin extends \Theme_Upgrader_Skin {
	/**
	 * Avoid undefined property error from \Theme_Upgrader::check_parent_theme_filter().
	 *
	 * @var array
	 */
	public $api;

	/**
	 * Hide the skin header display.
	 */
	public function header() {}

	/**
	 * Hide the skin footer display.
	 */
	public function footer() {}

	/**
	 * Hide the skin feedback display.
	 *
	 * @param string $string String to display.
	 * @param mixed  ...$args Optional text replacements.
	 */
	public function feedback( $string, ...$args ) {}

	/**
	 * Hide the skin after display.
	 */
	public function after() {}
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
3.58 KB lrw-r--r-- 2026-03-03 06:25:15
Edit Download
2.03 KB lrw-r--r-- 2026-03-03 06:25:15
Edit Download
2.56 KB lrw-r--r-- 2026-03-03 06:25:15
Edit Download
2.00 KB lrw-r--r-- 2026-03-03 06:25:15
Edit Download
806 B lrw-r--r-- 2026-03-03 06:25:15
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).