Yoast\WP\SEO\Bulk_Editor\Domain\Updates

Post_Score_Update::get_post_idpublicYoast 1.0

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() Yoast 28.4

public function get_post_id(): int {
	return $this->post_id;
}