Yoast\WP\SEO\Editors\Framework\Site
Post_Site_Information::edit_url
Returns the url to edit the taxonomy.
Метод класса: Post_Site_Information{}
Хуков нет.
Возвращает
Строку.
Использование
// private - только в коде основоного (родительского) класса $result = $this->edit_url(): string;
Код Post_Site_Information::edit_url() Post Site Information::edit url Yoast 27.3
private function edit_url(): string {
return \admin_url( 'post.php?post={id}&action=edit' );
}