Yoast\WP\SEO\Dashboard\Domain\Score_Results
Current_Score::get_ids()
Gets the ids of the current score.
Метод класса: Current_Score{}
Хуков нет.
Возвращает
Строку
. The ids of the current score.
Использование
$Current_Score = new Current_Score(); $Current_Score->get_ids(): ?string;
Код Current_Score::get_ids() Current Score::get ids Yoast 24.4
public function get_ids(): ?string { return $this->ids; }