protected function get_parameter_order() { $order = array
();
if ( $this->
is_json_content_type() ) { $order[] = 'JSON';
} $this->
parse_json_params();
// Ensure we parse the body data.
$body =
$this->
get_body();
if ( 'POST' !==
$this->method && !
empty( $body ) ) { $this->
parse_body_params();
}