WP_CLI
initialize_bootstrap_state()
Initialize and return the bootstrap state to pass from step to step.
No Hooks.
Returns
BootstrapState.
Usage
initialize_bootstrap_state();
initialize_bootstrap_state() initialize bootstrap state code WP-CLI 2.13.0-alpha
function initialize_bootstrap_state() {
return new BootstrapState();
}