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