WC_WCCOM_Site_Installation_Step{}
No Hooks.
Usage
$WC_WCCOM_Site_Installation_Step = new WC_WCCOM_Site_Installation_Step(); // use class methods
Methods
- public __construct( $state )
- public run()
WC_WCCOM_Site_Installation_Step{} WC WCCOM Site Installation Step{} code WC 9.7.1
interface WC_WCCOM_Site_Installation_Step { /** * Constructor. * * @param array $state The current installation state. */ public function __construct( $state ); /** * Run the step installation process. */ public function run(); }