Yoast\WP\SEO\Editors\Framework\Site

Term_Site_Information::edit_url()privateYoast 1.0

Returns the url to edit the taxonomy.

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

Хуков нет.

Возвращает

Строку.

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

// private - только в коде основоного (родительского) класса
$result = $this->edit_url(): string;

Код Term_Site_Information::edit_url() Yoast 25.1

private function edit_url(): string {
	return \admin_url( 'term.php?action=edit&taxonomy=' . $this->term->taxonomy . '&tag_ID={id}' );
}