WP_CLI\Context

Frontend::process()publicWP-CLI 1.0

Process the context to set up the environment correctly.

Method of the class: Frontend{}

No Hooks.

Return

null. Nothing (null).

Usage

$Frontend = new Frontend();
$Frontend->process( $config );
$config(array) (required)
Associative array of configuration data.

Frontend::process() code WP-CLI 2.8.0-alpha

public function process( $config ) {
	// TODO: Frontend context needs to be simulated here.
}