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