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