Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

WordPressInstaller.php

Namespace

Composer\Installers

File

vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php

View source
<?php

namespace Composer\Installers;

class WordPressInstaller extends BaseInstaller {
    
    /** @var array<string, string> */
    protected $locations = array(
        'plugin' => 'wp-content/plugins/{$name}/',
        'theme' => 'wp-content/themes/{$name}/',
        'muplugin' => 'wp-content/mu-plugins/{$name}/',
        'dropin' => 'wp-content/{$name}/',
    );

}

Classes

Title Deprecated Summary
WordPressInstaller
RSS feed
Powered by Drupal