Codeception\Module\WPSugarMethods::supportedWpComponents PHP 메소드

supportedWpComponents() 공개 메소드

Returns a list of WordPress components that would not be included by default in a WordPress bootstrap.
public supportedWpComponents ( ) : array
리턴 array An associative array of human readable name to `wpRootFolder` relative file path.
    public function supportedWpComponents()
    {
        return ['plugins' => 'wp-admin/includes/plugin.php'];
    }