PluginProbe
Packeta / 2.0.9
Packeta v2.0.9
2.3.2 2.3.1 trunk 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.3.0 1.3.1 1.3.2 1.4 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 All 56 releases
← All changes | src/Packetery/Module/ModuleHelper.php +0 -7 trunk2.0.9 View file →
@@ -11,9 +11,8 @@
11 11
12 12 use Automattic\WooCommerce\Utilities\OrderUtil;
13 13 use DateTimeImmutable;
14 14 use Packetery\Module\Framework\WpAdapter;
15 -use Packetery\Nette\Utils\FileSystem;
16 15 use Packetery\Nette\Utils\Html;
17 16 use WC_DateTime;
18 17
19 18 /**
@@ -303,12 +302,6 @@
303 302 }
304 303
305 304 public function isCzechLocale(): bool {
306 305 return $this->getLocale() === 'cs_CZ';
307 - }
308 -
309 - public static function instantDelete( string $path ): void {
310 - $tempOldPath = $path . '-old';
311 - FileSystem::rename( $path, $tempOldPath );
312 - FileSystem::delete( $tempOldPath );
313 306 }
314 307 }