@wp-playground/blueprintsFunctionsenableMultisiteenableMultisite CallableenableMultisite(php: UniversalPHP, args: Omit<EnableMultisiteStep, step>, progressArgs?: StepProgress): anyDefines the Multisite constants in a wp-config.php file. This step can be called multiple times, and the constants will be merged.Parametersphp: UniversalPHPA PHP instance or Playground client.args: Omit<EnableMultisiteStep, step>optionalprogressArgs: StepProgressReturns any
Defines the Multisite constants in a
wp-config.php
file.This step can be called multiple times, and the constants will be merged.