<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php

namespace Automattic\WooCommerce\Blueprint\ResourceStorages;

/**
 * Class OrgThemeResourceStorage
 */
class OrgThemeResourceStorage extends OrgPluginResourceStorage {
	/**
	 * Get the download link.
	 *
	 * @param string $slug The slug of the theme to be downloaded.
	 *
	 * @return string|null The download link.
	 */
	protected function get_download_link( $slug ): ?string {
		$info = $this->wp_themes_api(
			'theme_information',
			array(
				'slug'   => $slug,
