Yoast\WP\SEO\Editors\Application\Seo

Post_Seo_Information_Repository::set_post()publicYoast 1.0

The post.

Метод класса: Post_Seo_Information_Repository{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Post_Seo_Information_Repository = new Post_Seo_Information_Repository();
$Post_Seo_Information_Repository->set_post( $post );
$post(WP_Post) (обязательный)
The post.

Код Post_Seo_Information_Repository::set_post() Yoast 25.1

public function set_post( WP_Post $post ) {
	$this->post = $post;
}