Yoast\WP\SEO\Llms_Txt\Domain\File

Llms_Txt_Permission_Gate_Interface{}interfaceYoast 1.0

This interface is responsible for defining ways to make sure we can edit/regenerate the llms.txt file.

Хуков нет.

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

$Llms_Txt_Permission_Gate_Interface = new Llms_Txt_Permission_Gate_Interface();
// use class methods

Методы

  1. public is_managed_by_yoast_seo()

Код Llms_Txt_Permission_Gate_Interface{} Yoast 28.3

interface Llms_Txt_Permission_Gate_Interface {

	/**
	 * Checks if Yoast SEO manages the llms.txt.
	 *
	 * @return bool Checks if Yoast SEO manages the llms.txt.
	 */
	public function is_managed_by_yoast_seo(): bool;
}