Yoast\WP\SEO\Editors\Application\Seo

Term_Seo_Information_Repository::set_term()publicYoast 1.0

The term.

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

Хуков нет.

Возвращает

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

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

$Term_Seo_Information_Repository = new Term_Seo_Information_Repository();
$Term_Seo_Information_Repository->set_term( $term ): void;
$term(WP_Term) (обязательный)
The term.

Код Term_Seo_Information_Repository::set_term() Yoast 25.1

public function set_term( WP_Term $term ): void {
	$this->term = $term;
}