Yoast\WP\SEO\Bulk_Editor\Domain\Updates
Post_Score_Update::get_post_id
Gets the ID of the post to update.
Метод класса: Post_Score_Update{}
Хуков нет.
Возвращает
int. The ID of the post to update.
Использование
$Post_Score_Update = new Post_Score_Update(); $Post_Score_Update->get_post_id(): int;
Код Post_Score_Update::get_post_id() Post Score Update::get post id Yoast 28.4
public function get_post_id(): int {
return $this->post_id;
}