File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/WordPressInstaller.php.tar
plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php 0000644 00000000524 15156116323 0041257 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content <?php
namespace Composer\Installers;
class WordPressInstaller extends BaseInstaller
{
protected $locations = array(
'plugin' => 'wp-content/plugins/{$name}/',
'theme' => 'wp-content/themes/{$name}/',
'muplugin' => 'wp-content/mu-plugins/{$name}/',
'dropin' => 'wp-content/{$name}/',
);
}
woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php 0000644 00000000524 15157146061 0046632 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins/woocommerce/packages <?php
namespace Composer\Installers;
class WordPressInstaller extends BaseInstaller
{
protected $locations = array(
'plugin' => 'wp-content/plugins/{$name}/',
'theme' => 'wp-content/themes/{$name}/',
'muplugin' => 'wp-content/mu-plugins/{$name}/',
'dropin' => 'wp-content/{$name}/',
);
}