Yoast\WP\SEO\AI_HTTP_Request\Domain
Request::get_action_path
Get the action path for the request.
Метод класса: Request{}
Хуков нет.
Возвращает
Строку. The action path for the request.
Использование
$Request = new Request(); $Request->get_action_path(): string;
Код Request::get_action_path() Request::get action path Yoast 27.7
public function get_action_path(): string {
return $this->action_path;
}