WP_REST_Request::offsetSet( $offset, $value ) In this article Table of ContentsSource Related ↑ Back to top Source public function offsetSet( $offset, $value ) { $this->set_param( $offset, $value ); } View all references View on Trac View on GitHub Related UsesDescriptionWP_REST_Request::set_param()wp-includes/rest-api/class-wp-rest-request.phpSets a parameter on the request. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.