WP_Http_Cookie::get_attributes(): array In this article Table of ContentsReturn Source Changelog ↑ Back to top Retrieves cookie attributes. Return array List of attributes. expires string|int|nullWhen the cookie expires. Unix timestamp or formatted date. path stringCookie URL path. domain stringCookie domain. Source public function get_attributes() { return array( 'expires' => $this->expires, 'path' => $this->path, 'domain' => $this->domain, ); } View all references View on Trac View on GitHub Changelog VersionDescription4.6.0Introduced. 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.