Yoast\WP\SEO\AI_HTTP_Request\Domain

Request::get_action_pathpublicYoast 1.0

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() Yoast 27.7

public function get_action_path(): string {
	return $this->action_path;
}