Yoast\WP\SEO\AI\Content_Planner\Domain

Section::get_subheading_textpublicYoast 1.0

Returns the subheading text.

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

Хуков нет.

Возвращает

Строку|null. The subheading text.

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

$Section = new Section();
$Section->get_subheading_text(): ?string;

Код Section::get_subheading_text() Yoast 28.3

public function get_subheading_text(): ?string {
	return $this->subheading_text;
}