Yoast\WP\SEO\AI\Content_Planner\Domain
Section::get_subheading_text
Returns the subheading text.
Метод класса: Section{}
Хуков нет.
Возвращает
Строку|null. The subheading text.
Использование
$Section = new Section(); $Section->get_subheading_text(): ?string;
Код Section::get_subheading_text() Section::get subheading text Yoast 28.3
public function get_subheading_text(): ?string {
return $this->subheading_text;
}