Automattic\WooCommerce\Internal\CLI\Migrator\Lib

ImportSession::get_idpublicWC 1.0

Gets the import session ID.

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

Хуков нет.

Возвращает

int. The post ID

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

$ImportSession = new ImportSession();
$ImportSession->get_id();

Код ImportSession::get_id() WC 11.1.1

public function get_id() {
	return $this->post_id;
}