WP_REST_Request::get_method
Retrieves the HTTP method for the request.
Method of the class: WP_REST_Request{}
No Hooks.
Returns
String. HTTP method.
Usage
$WP_REST_Request = new WP_REST_Request(); $WP_REST_Request->get_method();
Changelog
| Since 4.4.0 | Introduced. |
WP_REST_Request::get_method() WP REST Request::get method code WP 6.9
public function get_method() {
return $this->method;
}