Yoast\WP\SEO\Llms_Txt\Domain\Markdown\Sections
Section_Interface{}└─ Item_Interface
Represents a section.
Хуков нет.
Использование
$Section_Interface = new Section_Interface(); // use class methods
Методы
- public get_prefix()
Код Section_Interface{} Section Interface{} Yoast 27.6
interface Section_Interface extends Item_Interface {
/**
* Returns the prefix of the section.
*
* @return string
*/
public function get_prefix(): string;
}