WordPress\AiClientDependencies\Psr\Http\Message
RequestInterface::getMethod
Retrieves the HTTP method of the request.
Метод класса: RequestInterface{}
Хуков нет.
Возвращает
Строку. Returns the request method.
Использование
$RequestInterface = new RequestInterface(); $RequestInterface->getMethod(): string;
Код RequestInterface::getMethod() RequestInterface::getMethod WP 7.0.4
public function getMethod(): string;