Yoast\WP\SEO\AI\Content_Planner\Application
Content_Outline_Command::get_keyphrase
Returns the keyphrase.
Метод класса: Content_Outline_Command{}
Хуков нет.
Возвращает
Строку. The keyphrase.
Использование
$Content_Outline_Command = new Content_Outline_Command(); $Content_Outline_Command->get_keyphrase(): string;
Код Content_Outline_Command::get_keyphrase() Content Outline Command::get keyphrase Yoast 27.7
public function get_keyphrase(): string {
return $this->keyphrase;
}