@wp-playground/clientFunctionsdefineWpConfigConstsdefineWpConfigConsts CallabledefineWpConfigConsts(php: UniversalPHP, args: Omit<DefineWpConfigConstsStep, step>, progressArgs?: StepProgress): anyDefines 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<DefineWpConfigConstsStep, step>optionalprogressArgs: StepProgressReturns any
Defines constants in a
wp-config.php
file.This step can be called multiple times, and the constants will be merged.