Automattic\WooCommerce\Blocks

Installer::installpublicWC 1.0

Installation tasks ran on admin_init callback.

Method of the class: Installer{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Installer = new Installer();
$Installer->install();

Installer::install() code WC 10.8.1

public function install() {
	$this->maybe_create_tables();
}