Automattic\WooCommerce\Blocks

Installer::install()publicWC 1.0

Installation tasks ran on admin_init callback.

Метод класса: Installer{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код Installer::install() WC 8.7.0

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