wordpress / latest / classes / wp_rest_request / offsetget.html

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 );
}

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_rest_request/offsetget