Yoast\WP\SEO\Editors\Framework\Site

Post_Site_Information::set_permalink()publicYoast 1.0

Sets the permalink.

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

Хуков нет.

Возвращает

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

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

$Post_Site_Information = new Post_Site_Information();
$Post_Site_Information->set_permalink( $permalink ): void;
$permalink(строка) (обязательный)
The permalink.

Код Post_Site_Information::set_permalink() Yoast 25.0

public function set_permalink( string $permalink ): void {
	$this->permalink = $permalink;
}