Automattic\WooCommerce\Admin\Features\OnboardingTasks
Task::can_view()
Check if the store is capable of viewing the task.
Метод класса: Task{}
Хуков нет.
Возвращает
true|false
.
Использование
$Task = new Task(); $Task->can_view();
Код Task::can_view() Task::can view WC 9.7.1
public function can_view() { return true; }