Yoast\WP\SEO\Task_List\Application\Tasks
Complete_FTC::get_is_completed
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() 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 );
}