Automattic\WooCommerce\Admin\Features\OnboardingTasks
DeprecatedExtendedTask::get_id
ID.
Method of the class: DeprecatedExtendedTask{}
No Hooks.
Returns
String.
Usage
$DeprecatedExtendedTask = new DeprecatedExtendedTask(); $DeprecatedExtendedTask->get_id();
DeprecatedExtendedTask::get_id() DeprecatedExtendedTask::get id code WC 10.4.3
public function get_id() {
return $this->id;
}