Automattic\WooCommerce\Internal\CLI\Migrator\Lib

ImportSession::get_finished_atpublicWC 1.0

Method of the class: ImportSession{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ImportSession::get_finished_at() code WC 10.8.1

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