WP_REST_Request::offsetGet( $offset )


Source

File: wp-includes/rest-api/class-wp-rest-request.php

	public function offsetGet( $offset ) {
		return $this->get_param( $offset );
	}