Yoast\WP\SEO\Task_List\Domain\Data

Content_Item_Data_Interface::get_titlepublicYoast 1.0

Returns the content item title.

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

Хуков нет.

Возвращает

Строку.

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

$Content_Item_Data_Interface = new Content_Item_Data_Interface();
$Content_Item_Data_Interface->get_title(): string;

Код Content_Item_Data_Interface::get_title() Yoast 27.8

public function get_title(): string;