Set a property’s value
(string) (Required) Property key
(mixed) (Required) Property value
File: wp-includes/Requests/Session.php
public function __set($key, $value) { $this->options[$key] = $value; }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests_session/__set