plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php 0000644 00000000325 15156061401 0040710 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content <?php
namespace Composer\Installers;
class VanillaInstaller extends BaseInstaller
{
protected $locations = array(
'plugin' => 'plugins/{$name}/',
'theme' => 'themes/{$name}/',
);
}
packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php 0000644 00000000325 15157152137 0046270 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins/woocommerce <?php
namespace Composer\Installers;
class VanillaInstaller extends BaseInstaller
{
protected $locations = array(
'plugin' => 'plugins/{$name}/',
'theme' => 'themes/{$name}/',
);
}