Automattic\WooCommerce\Internal\CLI\Migrator\Lib

ImportSession::__constructpublicWC 1.0

Method of the class: ImportSession{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ImportSession = new ImportSession();
$ImportSession->__construct( $post_id );
$post_id(required)
.

ImportSession::__construct() code WC 10.7.0

public function __construct( $post_id ) {
	$this->post_id = $post_id;
}