Yoast\WP\SEO\Llms_Txt\User_Interface

File_Failure_Llms_Txt_Notification_Integration::should_show_file_failure_notificationprivateYoast 1.0

Whether the file failure notification should be shown.

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

Хуков нет.

Возвращает

true|false.

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

// private - только в коде основоного (родительского) класса
$result = $this->should_show_file_failure_notification(): bool;

Код File_Failure_Llms_Txt_Notification_Integration::should_show_file_failure_notification() Yoast 27.7

private function should_show_file_failure_notification(): bool {
	return $this->options_helper->get( 'enable_llms_txt', false ) && \get_option( Populate_File_Command_Handler::GENERATION_FAILURE_OPTION, false ) !== false;
}