Automattic\WooCommerce\Internal\DataStores\Orders
LegacyDataCleanup::get_name
A user friendly name for this process.
Method of the class: LegacyDataCleanup{}
No Hooks.
Returns
String. Name of the process.
Usage
$LegacyDataCleanup = new LegacyDataCleanup(); $LegacyDataCleanup->get_name(): string;
LegacyDataCleanup::get_name() LegacyDataCleanup::get name code WC 10.4.3
public function get_name(): string {
return 'Order legacy data cleanup';
}