Automattic\WooCommerce\Internal\CLI\Migrator\Lib
ImportSession::get_finished_at
Method of the class: ImportSession{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ImportSession = new ImportSession(); $ImportSession->get_finished_at();
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 );
}