Automattic\WooCommerce\Internal\CLI\Migrator\Lib

ImportSession::get_idpublicWC 1.0

Gets the import session ID.

Method of the class: ImportSession{}

No Hooks.

Returns

Int. The post ID

Usage

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

ImportSession::get_id() code WC 10.8.1

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