Warning: This method has been deprecated. Use Requests_Cookie::format_for_header instead.

Requests_Cookie::formatForHeader()

Format a cookie for a Cookie header


Description Description


Return Return

(string)


Top ↑

Source Source

File: wp-includes/Requests/Cookie.php

	public function formatForHeader() {
		return $this->format_for_header();
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.