WP_REST_Request::offsetSet( $offset, $value ) ContentsSource Related Uses User Contributed Notes Source File: wp-includes/rest-api/class-wp-rest-request.php. View all references public function offsetSet( $offset, $value ) { $this->set_param( $offset, $value ); } View on Trac View on GitHub Top ↑Related Top ↑Uses Uses Uses Description WP_REST_Request::set_param() wp-includes/rest-api/class-wp-rest-request.php Sets a parameter on the request. Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.
Top ↑Uses Uses Uses Description WP_REST_Request::set_param() wp-includes/rest-api/class-wp-rest-request.php Sets a parameter on the request.