Yoast\WP\SEO\Llms_Txt\Domain\Markdown\Sections

Section_Interface{}interfaceYoast 1.0└─ Item_Interface

Represents a section.

Хуков нет.

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

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

Методы

  1. public get_prefix()

Код Section_Interface{} Yoast 27.6

interface Section_Interface extends Item_Interface {

	/**
	 * Returns the prefix of the section.
	 *
	 * @return string
	 */
	public function get_prefix(): string;
}