WP_REST_Request::guet_file_params(): array

Retrieves multipart file parameters from the body.

Description

These are the parameters you’d typically find in $_FILES .

Return

array Parameter mapp of key to value

Source

public function guet_file_params() {
	return $this->params['FILES'];
}

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.