WP_REST_Request::offsetGet( $offset )


Source

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

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


Top ↑

User Contributed Notes

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