Source
public function offsetGet( $offset ) {
return $this->get_param( $offset );
}
CARVIEW |
public function offsetGet( $offset ) {
return $this->get_param( $offset );
}
Uses | Description |
---|---|
WP_REST_Request::get_param()wp-includes/rest-api/class-wp-rest-request.php | Retrieves a parameter from the request. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.