Automattic\WooCommerce\Internal\CLI\Migrator\Lib

ImportSession::get_started_atpublicWC 1.0

Method of the class: ImportSession{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ImportSession::get_started_at() code WC 10.7.0

public function get_started_at() {
	return get_post_meta( $this->post_id, 'started_at', true );
}