WP_CLI

initialize_bootstrap_state()WP-CLI 1.0

Initialize and return the bootstrap state to pass from step to step.

No Hooks.

Return

BootstrapState.

Usage

initialize_bootstrap_state();

initialize_bootstrap_state() code WP-CLI 2.8.0-alpha

function initialize_bootstrap_state() {
	return new BootstrapState();
}