Automattic\WooCommerce\Admin\Features\OnboardingTasks
Task::can_view
Check if the store is capable of viewing the task.
Method of the class: Task{}
No Hooks.
Returns
true|false.
Usage
$Task = new Task(); $Task->can_view();
Task::can_view() Task::can view code WC 10.4.3
public function can_view() {
return true;
}