Yoast\WP\SEO\Task_List\Application\Tasks

Complete_FTC::get_is_completedpublicYoast 1.0

Returns whether this task is completed.

Метод класса: Complete_FTC{}

Хуков нет.

Возвращает

true|false. Whether this task is completed.

Использование

$Complete_FTC = new Complete_FTC();
$Complete_FTC->get_is_completed(): bool;

Код Complete_FTC::get_is_completed() Yoast 27.8

public function get_is_completed(): bool {
	return $this->ftc_notice_helper->is_first_time_configuration_finished( true );
}