Yoast\WP\SEO\Llms_Txt\User_Interface

Schedule_Population_On_Activation_Integration::schedule_llms_txt_populationpublicYoast 1.0

Schedules the cron if the option is turned on.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$Schedule_Population_On_Activation_Integration = new Schedule_Population_On_Activation_Integration();
$Schedule_Population_On_Activation_Integration->schedule_llms_txt_population();

Код Schedule_Population_On_Activation_Integration::schedule_llms_txt_population() Yoast 26.9

public function schedule_llms_txt_population() {
	if ( $this->options_helper->get( 'enable_llms_txt', false ) === true ) {
		$this->scheduler->schedule_quick_llms_txt_population();
	}
}