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.
Return
true|false
.
Usage
$Task = new Task(); $Task->can_view();
Task::can_view() Task::can view code WC 9.7.1
public function can_view() { return true; }