ComposerInstallersWordPressInstaller
The Google Analytics by Yoast Composer Installers WordPressInstaller class.
Defined (1)
The class is defined in the following location(s).
- /vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php
- class WordPressInstaller extends BaseInstaller
- {
- protected $locations = array(
- 'plugin' => 'wp-content/plugins/{$name}/',
- 'theme' => 'wp-content/themes/{$name}/',
- 'muplugin' => 'wp-content/mu-plugins/{$name}/',
- );
- }