WP_CLI\Bootstrap
LoadUtilityFunctions::process
Process this single bootstrapping step.
Method of the class: LoadUtilityFunctions{}
No Hooks.
Returns
BootstrapState. Modified state to pass to the next step.
Usage
$LoadUtilityFunctions = new LoadUtilityFunctions(); $LoadUtilityFunctions->process( $state );
- $state(BootstrapState) (required)
- Contextual state to pass into the step.
LoadUtilityFunctions::process() LoadUtilityFunctions::process code WP-CLI 2.13.0-alpha
public function process( BootstrapState $state ) {
require_once WP_CLI_ROOT . '/php/utils.php';
return $state;
}