Automattic\WooCommerce\Internal\CLI\Migrator\Lib
ImportSession::__construct
Method of the class: ImportSession{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ImportSession = new ImportSession(); $ImportSession->__construct( $post_id );
- $post_id(required)
- .
ImportSession::__construct() ImportSession:: construct code WC 10.7.0
public function __construct( $post_id ) {
$this->post_id = $post_id;
}