Yoast\WP\SEO\Bulk_Editor\Domain\Updates
Post_Score_Update::get_seo_title_score
Gets the SEO title score.
Метод класса: Post_Score_Update{}
Хуков нет.
Возвращает
int|null. The SEO title score, or null when not part of this update.
Использование
$Post_Score_Update = new Post_Score_Update(); $Post_Score_Update->get_seo_title_score(): ?int;
Код Post_Score_Update::get_seo_title_score() Post Score Update::get seo title score Yoast 28.4
public function get_seo_title_score(): ?int {
return $this->seo_title_score;
}