Automattic\WooCommerce\Internal\CLI\Migrator\Lib
ImportSession::get_id
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() ImportSession::get id code WC 10.8.1
public function get_id() {
return $this->post_id;
}