Automattic\WooCommerce\Admin\Features\OnboardingTasks
Task::is_always_accessible
If a task is always accessible, relevant for when a task list is hidden but a task can still be viewed.
Method of the class: Task{}
No Hooks.
Returns
true|false.
Usage
$Task = new Task(); $Task->is_always_accessible();
Task::is_always_accessible() Task::is always accessible code WC 10.6.2
public function is_always_accessible() {
return false;
}