Skip to main content

CompiledBlueprint

Index

Properties

extraLibraries

extraLibraries: wp-cli[]

features

features: { intl: boolean; networking: boolean }

Type declaration

  • intl: boolean
  • networking: boolean

    Should boot with support for network request via wp_safe_remote_get?

run

run: (playground: UniversalPHP) => Promise<void>

The compiled steps for the blueprint


Type declaration

    • (playground: UniversalPHP): Promise<void>
    • Parameters

      • playground: UniversalPHP

      Returns Promise<void>

versions

versions: { php: SupportedPHPVersion; wp: string }

The requested versions of PHP and WordPress for the blueprint


Type declaration

  • php: SupportedPHPVersion
  • wp: string
Page Options