WP_CLI\Context
Frontend::process
Process the context to set up the environment correctly.
Method of the class: Frontend{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Frontend = new Frontend(); $Frontend->process( $config );
- $config(array) (required)
- Associative array of configuration data.
Frontend::process() Frontend::process code WP-CLI 2.13.0-alpha
public function process( $config ) {
// TODO: Frontend context needs to be simulated here.
}