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